diff options
Diffstat (limited to 'test/test_poolmanager.py')
| -rw-r--r-- | test/test_poolmanager.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/test_poolmanager.py b/test/test_poolmanager.py index 6195d516..e7e19ab4 100644 --- a/test/test_poolmanager.py +++ b/test/test_poolmanager.py @@ -1,8 +1,8 @@ import unittest -from urllib3.poolmanager import PoolManager -from urllib3 import connection_from_url -from urllib3.exceptions import ( +from urllib4.poolmanager import PoolManager +from urllib4 import connection_from_url +from urllib4.exceptions import ( ClosedPoolError, LocationValueError, ) |
