projects
/
services
/
python-requests.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52b55cc
)
Appengine workaround
author
Sævar Öfjörð Magnússon
<saevar@gitargrip.is>
Wed, 25 Jul 2012 16:06:26 +0000
(16:06 +0000)
committer
Sævar Öfjörð Magnússon
<saevar@gitargrip.is>
Wed, 25 Jul 2012 16:06:26 +0000
(16:06 +0000)
requests/utils.py
patch
|
blob
|
history
diff --git
a/requests/utils.py
b/requests/utils.py
index 730b2f3a4b23e168c2ed4aeb37a64fc312dc91c7..ce08ba78a7da6a9ae2697f43b6396d383c66a9eb 100644
(file)
--- a/
requests/utils.py
+++ b/
requests/utils.py
@@
-101,7
+101,7
@@
def get_netrc_auth(url):
pass
# AppEngine hackiness.
- except
AttributeError
:
+ except
(ImportError, AttributeError)
:
pass