[Python-modules-commits] r30428 - 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:51:27 UTC 2014


    Date: Sunday, August 31, 2014 @ 23:51:26
  Author: eriol-guest
Revision: 30428

Refresh

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:36:57 UTC (rev 30427)
+++ packages/python-urllib3/trunk/debian/patches/01_do-not-use-embedded-python-six.patch	2014-08-31 23:51:26 UTC (rev 30428)
@@ -136,3 +136,13 @@
  
  
  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,




More information about the Python-modules-commits mailing list