[Python-modules-commits] r30422 - in packages/python-urllib3/trunk/debian/patches (1 file)
eriol-guest at users.alioth.debian.org
eriol-guest at users.alioth.debian.org
Sun Aug 31 23:22:12 UTC 2014
Date: Sunday, August 31, 2014 @ 23:22:11
Author: eriol-guest
Revision: 30422
Fix a forgotten six import
Modified:
packages/python-urllib3/trunk/debian/patches/01_do-not-use-embedded-python-six.patch
Modified: packages/python-urllib3/trunk/debian/patches/01_do-not-use-embedded-python-six.patch
===================================================================
--- packages/python-urllib3/trunk/debian/patches/01_do-not-use-embedded-python-six.patch 2014-08-31 23:14:29 UTC (rev 30421)
+++ packages/python-urllib3/trunk/debian/patches/01_do-not-use-embedded-python-six.patch 2014-08-31 23:22:11 UTC (rev 30422)
@@ -125,3 +125,14 @@
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__)
More information about the Python-modules-commits
mailing list