From 5baac914acfb0aedf42a43462fa713680bcb6415 Mon Sep 17 00:00:00 2001 From: Dylan Maxwell Date: Thu, 24 Mar 2016 07:53:05 -0700 Subject: [PATCH] Use the urllib3 library packaged with Requests library --- channelfinder/ChannelFinderClient.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/channelfinder/ChannelFinderClient.py b/channelfinder/ChannelFinderClient.py index 88adfdd..114bec7 100644 --- a/channelfinder/ChannelFinderClient.py +++ b/channelfinder/ChannelFinderClient.py @@ -11,7 +11,7 @@ import requests import ssl from requests.adapters import HTTPAdapter -from urllib3 import PoolManager +from requests.packages.urllib3.poolmanager import PoolManager from requests import auth from copy import copy from _conf import _conf