From b9e530268e3856d9bf310958eda83ee894f34532 Mon Sep 17 00:00:00 2001 From: Daniele Tricoli Date: Sun, 31 Aug 2014 23:22:11 +0000 Subject: Fix a 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 6a6f7f9..40fa594 100644 --- a/debian/patches/01_do-not-use-embedded-python-six.patch +++ b/debian/patches/01_do-not-use-embedded-python-six.patch @@ -125,3 +125,14 @@ Last-Update: 2014-09-01 ACCEPT_ENCODING = 'gzip,deflate' +--- a/urllib3/util/retry.py ++++ b/urllib3/util/retry.py +@@ -7,7 +7,7 @@ + ReadTimeoutError, + MaxRetryError, + ) +-from ..packages import six ++import six + + + log = logging.getLogger(__name__) -- cgit v1.2.3