diff options
author | Daniele Tricoli <eriol@mornie.org> | 2015-10-08 13:19:46 -0700 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2015-12-22 14:20:45 +0000 |
commit | ef4ec8903f3642a36635cea16ca54a6ed98b5d54 (patch) | |
tree | db85c06577df57e0cfd391eed4f8ccb8357a555e /test/with_dummyserver | |
parent | dff63335f212d32d7c1a4bb5276f2d31f5995ea1 (diff) | |
download | python-urllib3-ef4ec8903f3642a36635cea16ca54a6ed98b5d54.tar python-urllib3-ef4ec8903f3642a36635cea16ca54a6ed98b5d54.tar.gz |
Do not use embedded copy of python-six.
Forwarded: not-needed
Patch-Name: 01_do-not-use-embedded-python-six.patch
Diffstat (limited to 'test/with_dummyserver')
-rw-r--r-- | test/with_dummyserver/test_https.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/with_dummyserver/test_https.py b/test/with_dummyserver/test_https.py index 7319d7e..8c16d30 100644 --- a/test/with_dummyserver/test_https.py +++ b/test/with_dummyserver/test_https.py @@ -36,7 +36,7 @@ from urllib3.exceptions import ( SystemTimeWarning, InsecurePlatformWarning, ) -from urllib3.packages import six +import six from urllib3.util.timeout import Timeout from urllib3.util.ssl_ import HAS_SNI |