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 /dummyserver | |
parent | e233bfa0d673601895c3dccb91dba9f6adff8ef1 (diff) | |
parent | 6037bb76fda33e09811e44f56bf3dcc73daeebc4 (diff) | |
download | python-urllib3-c81f55d5ea254affbb6d8e87d03098d244ffe468.tar python-urllib3-c81f55d5ea254affbb6d8e87d03098d244ffe468.tar.gz |
Initialize git-dpm
Diffstat (limited to 'dummyserver')
-rw-r--r-- | dummyserver/handlers.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dummyserver/handlers.py b/dummyserver/handlers.py index ffa1dd3..1ee4dd7 100644 --- a/dummyserver/handlers.py +++ b/dummyserver/handlers.py @@ -261,7 +261,7 @@ def _parse_header(line): """ import tornado.httputil import email.utils - from urllib3.packages import six + import six if not six.PY3: line = line.encode('utf-8') parts = tornado.httputil._parseparam(';' + line) |