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:
d0cb569
)
auth_manager internal
author
Kenneth Reitz
<me@kennethreitz.com>
Wed, 17 Aug 2011 03:58:07 +0000
(23:58 -0400)
committer
Kenneth Reitz
<me@kennethreitz.com>
Wed, 17 Aug 2011 03:58:07 +0000
(23:58 -0400)
requests/core.py
patch
|
blob
|
history
diff --git
a/requests/core.py
b/requests/core.py
index 7b5f4b2029dce6467bdfe1b74dc7a4b65fb70856..e02a75eddf5e0bfd0f81964e9f9e8ed0caac95ec 100644
(file)
--- a/
requests/core.py
+++ b/
requests/core.py
@@
-19,7
+19,7
@@
__license__ = 'ISC'
__copyright__ = 'Copyright 2011 Kenneth Reitz'
-from models import HTTPError
, auth_manager
+from models import HTTPError
from api import *
from exceptions import *
from status_codes import codes