From 39fe68dc64cc8b675bb94892935ef2c8b50f583c Mon Sep 17 00:00:00 2001 From: Daniele Tricoli Date: Thu, 8 Oct 2015 13:19:46 -0700 Subject: Do not use embedded copy of python-six. Forwarded: not-needed Patch-Name: 01_do-not-use-embedded-python-six.patch --- dummyserver/handlers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dummyserver') diff --git a/dummyserver/handlers.py b/dummyserver/handlers.py index fb6f44f..c5ac9b4 100644 --- a/dummyserver/handlers.py +++ b/dummyserver/handlers.py @@ -264,7 +264,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) -- cgit v1.2.3