summaryrefslogtreecommitdiff
path: root/test/test_proxymanager.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_proxymanager.py')
-rw-r--r--test/test_proxymanager.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_proxymanager.py b/test/test_proxymanager.py
index e7b5c486..65a0b836 100644
--- a/test/test_proxymanager.py
+++ b/test/test_proxymanager.py
@@ -1,6 +1,6 @@
import unittest
-from urllib3.poolmanager import ProxyManager
+from urllib4.poolmanager import ProxyManager
class TestProxyManager(unittest.TestCase):