aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniele Tricoli <eriol@mornie.org>2014-08-31 23:51:26 +0000
committerDaniele Tricoli <eriol@mornie.org>2014-08-31 23:51:26 +0000
commit4c62daa1059e5972f158ee38bb9360fee96e92b3 (patch)
tree86de29f834c2df3ff4a7135fd8998927bf8466a2
parentb9e530268e3856d9bf310958eda83ee894f34532 (diff)
downloadpython-urllib3-4c62daa1059e5972f158ee38bb9360fee96e92b3.tar
python-urllib3-4c62daa1059e5972f158ee38bb9360fee96e92b3.tar.gz
Refresh
-rw-r--r--debian/patches/01_do-not-use-embedded-python-six.patch10
1 files changed, 10 insertions, 0 deletions
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,