From bbb1c4ec884f343ef5957b877f21dfc11da7e155 Mon Sep 17 00:00:00 2001 From: Daniele Tricoli Date: Tue, 23 Sep 2014 01:17:39 +0000 Subject: Fix forgotten six import --- debian/patches/01_do-not-use-embedded-python-six.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/debian/patches/01_do-not-use-embedded-python-six.patch b/debian/patches/01_do-not-use-embedded-python-six.patch index 01debc0..7f44e25 100644 --- a/debian/patches/01_do-not-use-embedded-python-six.patch +++ b/debian/patches/01_do-not-use-embedded-python-six.patch @@ -146,3 +146,14 @@ Last-Update: 2014-09-23 from urllib3.util.retry import Retry from urllib3.exceptions import ( ConnectTimeoutError, +--- a/test/__init__.py ++++ b/test/__init__.py +@@ -7,7 +7,7 @@ + from nose.plugins.skip import SkipTest + + from urllib3.exceptions import MaxRetryError, HTTPWarning +-from urllib3.packages import six ++import six + + # We need a host that will not immediately close the connection with a TCP + # Reset. SO suggests this hostname -- cgit v1.2.3