[Python-modules-commits] r30724 - in packages/python-urllib3/trunk/debian/patches (1 file)

eriol-guest at users.alioth.debian.org eriol-guest at users.alioth.debian.org
Tue Sep 23 01:17:40 UTC 2014


    Date: Tuesday, September 23, 2014 @ 01:17:39
  Author: eriol-guest
Revision: 30724

Fix 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-09-23 00:38:27 UTC (rev 30723)
+++ packages/python-urllib3/trunk/debian/patches/01_do-not-use-embedded-python-six.patch	2014-09-23 01:17:39 UTC (rev 30724)
@@ -146,3 +146,14 @@
  from urllib3.util.retry import Retry
  from urllib3.exceptions import (
      ConnectTimeoutError,
+--- a/test/__init__.py
++++ b/test/__init__.py
+@@ -7,7 +7,7 @@
+ from nose.plugins.skip import SkipTest
+ 
+ from urllib3.exceptions import MaxRetryError, HTTPWarning
+-from urllib3.packages import six
++import six
+ 
+ # We need a host that will not immediately close the connection with a TCP
+ # Reset. SO suggests this hostname




More information about the Python-modules-commits mailing list