Merge pull request #739 from saevarom/develop

Appengine workaround
This commit is contained in:
Kenneth Reitz
2012-07-26 22:29:17 -07:00
+1 -1
View File
@@ -101,7 +101,7 @@ def get_netrc_auth(url):
pass
# AppEngine hackiness.
except AttributeError:
except (ImportError, AttributeError):
pass