From 0bb200515c0fa9d5e12d21ea563ed5e134912bec Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 26 May 2017 22:48:01 -0400 Subject: [PATCH] remove test imports from packages --- tests/test_requests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)