diff options
author | SVN-Git Migration <python-modules-team@lists.alioth.debian.org> | 2015-10-08 13:19:52 -0700 |
---|---|---|
committer | SVN-Git Migration <python-modules-team@lists.alioth.debian.org> | 2015-10-08 13:19:52 -0700 |
commit | c81f55d5ea254affbb6d8e87d03098d244ffe468 (patch) | |
tree | 80ac480f9e113bc246f8b43edf702caba1b141e3 /urllib3/util/request.py | |
parent | e233bfa0d673601895c3dccb91dba9f6adff8ef1 (diff) | |
parent | 6037bb76fda33e09811e44f56bf3dcc73daeebc4 (diff) | |
download | python-urllib3-c81f55d5ea254affbb6d8e87d03098d244ffe468.tar python-urllib3-c81f55d5ea254affbb6d8e87d03098d244ffe468.tar.gz |
Initialize git-dpm
Diffstat (limited to 'urllib3/util/request.py')
-rw-r--r-- | urllib3/util/request.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/urllib3/util/request.py b/urllib3/util/request.py index bc64f6b..5f4ccfd 100644 --- a/urllib3/util/request.py +++ b/urllib3/util/request.py @@ -1,6 +1,6 @@ from base64 import b64encode -from ..packages.six import b +from six import b ACCEPT_ENCODING = 'gzip,deflate' |