projects
/
platform
/
upstream
/
python-requests.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17170a2
)
Remove unused import
author
Idan Gazit
<idan@gazit.me>
Wed, 14 Mar 2012 00:04:26 +0000
(17:04 -0700)
committer
Idan Gazit
<idan@gazit.me>
Wed, 14 Mar 2012 00:04:26 +0000
(17:04 -0700)
requests/auth.py
patch
|
blob
|
history
diff --git
a/requests/auth.py
b/requests/auth.py
index 2e2bebcb2ba9d72762f16cfa5377941ef0ff3a81..385dd27d0cc4edb3d89e10fda648993849528d51 100644
(file)
--- a/
requests/auth.py
+++ b/
requests/auth.py
@@
-11,7
+11,7
@@
import time
import hashlib
from base64 import b64encode
-from .compat import urlparse, str
, bytes
+from .compat import urlparse, str
from .utils import randombytes, parse_dict_header