From 6c6493fe31c64f31078ebf12ea5ea247453cc1ad Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Tue, 26 Dec 2017 15:58:53 -0800 Subject: [PATCH] Import urllib3 directly --- plexpy/http_handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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