aboutsummaryrefslogtreecommitdiff
path: root/test/test_retry.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_retry.py')
-rw-r--r--test/test_retry.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_retry.py b/test/test_retry.py
index 421e508..8fcc287 100644
--- a/test/test_retry.py
+++ b/test/test_retry.py
@@ -1,7 +1,7 @@
import unittest
from urllib3.response import HTTPResponse
-from urllib3.packages.six.moves import xrange
+from six.moves import xrange
from urllib3.util.retry import Retry
from urllib3.exceptions import (
ConnectTimeoutError,