So I think even stepping back a bit to the `simpli...
# pex
s
So I think even stepping back a bit to the
simplified_bootstrap.py
... if we remove the
return
and try to import our entry point, we get an import error (for
requests.urllib3.exceptions.SomeException
) which is kind of a weird one since
requests
does that weird patching