summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorKenneth Reitz <me@kennethreitz.org>2017-05-26 22:48:01 -0400
committerKenneth Reitz <me@kennethreitz.org>2017-05-26 22:48:01 -0400
commit0bb200515c0fa9d5e12d21ea563ed5e134912bec (patch)
treeddca8203d9dd6c304d2f618c25b5401de427852a /tests
parent628633143d5b8590b1dbdf5371fe81fb8250dffd (diff)
downloadpython-requests-0bb200515c0fa9d5e12d21ea563ed5e134912bec.tar.gz
remove test imports from packages
Diffstat (limited to 'tests')
-rwxr-xr-xtests/test_requests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_requests.py b/tests/test_requests.py
index d8a42151..085a9ae4 100755
--- a/tests/test_requests.py
+++ b/tests/test_requests.py
@@ -33,7 +33,7 @@ from requests.hooks import default_hooks
from .compat import StringIO, u
from .utils import override_environ
-from requests.packages.urllib3.util import Timeout as Urllib3Timeout
+from urllib3.util import Timeout as Urllib3Timeout
# Requests to this URL should always fail with a connection timeout (nothing
# listening on that port)