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:
6d8a531
)
Now Requests has it's own HTTPError
author
Kenneth Reitz
<me@kennethreitz.com>
Tue, 15 Feb 2011 14:36:34 +0000
(09:36 -0500)
committer
Kenneth Reitz
<me@kennethreitz.com>
Tue, 15 Feb 2011 14:36:34 +0000
(09:36 -0500)
requests/core.py
patch
|
blob
|
history
diff --git
a/requests/core.py
b/requests/core.py
index 1ddd2bd36de3ad9bca22b0e9e78aa3539595d705..731c63dd3eec518bb5f490f9d0073cc053c4ebdf 100644
(file)
--- a/
requests/core.py
+++ b/
requests/core.py
@@
-13,6
+13,7
@@
import urllib
import urllib2
+from urllib2 import HTTPError
try:
import eventlet