diff -ur wsgi_intercept-1.5.0/wsgi_intercept/requests_intercept.py wsgi_intercept-1.5.0.new/wsgi_intercept/requests_intercept.py --- wsgi_intercept-1.5.0/wsgi_intercept/requests_intercept.py 2016-03-18 17:29:32.000000000 +0300 +++ wsgi_intercept-1.5.0.new/wsgi_intercept/requests_intercept.py 2017-06-16 13:35:29.070326203 +0300 @@ -2,9 +2,9 @@ `requests `_. """ -from requests.packages.urllib3.connectionpool import (HTTPConnectionPool, +from urllib3.connectionpool import (HTTPConnectionPool, HTTPSConnectionPool) -from requests.packages.urllib3.connection import (HTTPConnection, +from urllib3.connection import (HTTPConnection, HTTPSConnection) from ._urllib3 import make_urllib3_override