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:
f553857
)
Modified: Change the import statement.
author
Keiji Matsuzaki
<futoase@gmail.com>
Wed, 28 Nov 2012 16:29:13 +0000
(
01:29
+0900)
committer
Keiji Matsuzaki
<futoase@gmail.com>
Wed, 28 Nov 2012 16:29:13 +0000
(
01:29
+0900)
requests/compat.py
patch
|
blob
|
history
diff --git
a/requests/compat.py
b/requests/compat.py
index aa62406eeab2dfd7605cf6a76587f259d410f84b..637b2dd5e044ada16a1a88af6446c5fbc2aa400f 100644
(file)
--- a/
requests/compat.py
+++ b/
requests/compat.py
@@
-109,7
+109,7
@@
elif is_py3:
from http import cookiejar as cookielib
from http.cookies import Morsel
from io import StringIO
- from .packages import chardet
2 as chardet
+ from .packages import chardet
from collections import OrderedDict
builtin_str = str