aboutsummaryrefslogtreecommitdiff
path: root/test/contrib
diff options
context:
space:
mode:
authorDaniele Tricoli <eriol@mornie.org>2015-10-08 13:19:46 -0700
committerSVN-Git Migration <python-modules-team@lists.alioth.debian.org>2015-10-08 13:19:46 -0700
commite720aa3dea81bf5c30d9a897f9cbae18bf6a4228 (patch)
tree36e781b19665082d50c5e84104010a0cfc685a1d /test/contrib
parente6838673bda9af1e9bf7c4f71b25cf3e3dfc1253 (diff)
downloadpython-urllib3-e720aa3dea81bf5c30d9a897f9cbae18bf6a4228.tar
python-urllib3-e720aa3dea81bf5c30d9a897f9cbae18bf6a4228.tar.gz
Do not use embedded copy of python-six.
Forwarded: not-needed Last-Update: 2015-05-03 Patch-Name: 01_do-not-use-embedded-python-six.patch
Diffstat (limited to 'test/contrib')
-rw-r--r--test/contrib/test_pyopenssl.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/contrib/test_pyopenssl.py b/test/contrib/test_pyopenssl.py
index 5d57527..f23ff19 100644
--- a/test/contrib/test_pyopenssl.py
+++ b/test/contrib/test_pyopenssl.py
@@ -1,5 +1,5 @@
from nose.plugins.skip import SkipTest
-from urllib3.packages import six
+import six
if six.PY3:
raise SkipTest('Testing of PyOpenSSL disabled on PY3')