From ef4ec8903f3642a36635cea16ca54a6ed98b5d54 Mon Sep 17 00:00:00 2001 From: Daniele Tricoli Date: Thu, 8 Oct 2015 13:19:46 -0700 Subject: Do not use embedded copy of python-six. Forwarded: not-needed Patch-Name: 01_do-not-use-embedded-python-six.patch --- urllib3/util/retry.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'urllib3/util/retry.py') diff --git a/urllib3/util/retry.py b/urllib3/util/retry.py index 03a0124..fd1f5dd 100644 --- a/urllib3/util/retry.py +++ b/urllib3/util/retry.py @@ -9,7 +9,7 @@ from ..exceptions import ( ReadTimeoutError, ResponseError, ) -from ..packages import six +import six log = logging.getLogger(__name__) -- cgit v1.2.3