diff options
| author | Kenneth Reitz <me@kennethreitz.com> | 2012-12-01 16:55:09 +0100 |
|---|---|---|
| committer | Kenneth Reitz <me@kennethreitz.com> | 2012-12-01 16:55:09 +0100 |
| commit | 2eb63be19ae9496193fd6d70aef09442f1840c74 (patch) | |
| tree | 44f7b937b40b0c8dd99983794561f510f511f73f /requests/compat.py | |
| parent | a5cb6355edd67e25a4a213a3559f9da4ba8d44fc (diff) | |
| download | python-requests-2eb63be19ae9496193fd6d70aef09442f1840c74.tar.gz | |
chardet fixes!
Diffstat (limited to 'requests/compat.py')
| -rw-r--r-- | requests/compat.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requests/compat.py b/requests/compat.py index 67e058bd..5bd4fcb6 100644 --- a/requests/compat.py +++ b/requests/compat.py @@ -4,6 +4,7 @@ pythoncompat """ +from .packages import charade as chardet import sys |
