From 4c62daa1059e5972f158ee38bb9360fee96e92b3 Mon Sep 17 00:00:00 2001 From: Daniele Tricoli Date: Sun, 31 Aug 2014 23:51:26 +0000 Subject: Refresh --- debian/patches/01_do-not-use-embedded-python-six.patch | 10 ++++++++++ 1 file changed, 10 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 40fa594..0774786 100644 --- a/debian/patches/01_do-not-use-embedded-python-six.patch +++ b/debian/patches/01_do-not-use-embedded-python-six.patch @@ -136,3 +136,13 @@ Last-Update: 2014-09-01 log = logging.getLogger(__name__) +--- a/test/test_retry.py ++++ b/test/test_retry.py +@@ -1,6 +1,6 @@ + import unittest + +-from urllib3.packages.six.moves import xrange ++from six.moves import xrange + from urllib3.util.retry import Retry + from urllib3.exceptions import ( + ConnectTimeoutError, -- cgit v1.2.3