diff --git a/plexpy/http_handler.py b/plexpy/http_handler.py index 71cb3cab..3eab6078 100644 --- a/plexpy/http_handler.py +++ b/plexpy/http_handler.py @@ -21,7 +21,7 @@ from multiprocessing.dummy import Pool as ThreadPool from urlparse import urljoin import certifi -from requests.packages import urllib3 +import urllib3 import plexpy import helpers