diff options
author | Daniele Tricoli <eriol@mornie.org> | 2014-08-31 23:51:26 +0000 |
---|---|---|
committer | Daniele Tricoli <eriol@mornie.org> | 2014-08-31 23:51:26 +0000 |
commit | 4c62daa1059e5972f158ee38bb9360fee96e92b3 (patch) | |
tree | 86de29f834c2df3ff4a7135fd8998927bf8466a2 | |
parent | b9e530268e3856d9bf310958eda83ee894f34532 (diff) | |
download | python-urllib3-4c62daa1059e5972f158ee38bb9360fee96e92b3.tar python-urllib3-4c62daa1059e5972f158ee38bb9360fee96e92b3.tar.gz |
Refresh
-rw-r--r-- | debian/patches/01_do-not-use-embedded-python-six.patch | 10 |
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, |