summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--urllib3/contrib/ntlmpool.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/urllib3/contrib/ntlmpool.py b/urllib3/contrib/ntlmpool.py
index 11d0b5c3..9d7c7900 100644
--- a/urllib3/contrib/ntlmpool.py
+++ b/urllib3/contrib/ntlmpool.py
@@ -12,7 +12,7 @@ except ImportError:
from logging import getLogger
from ntlm import ntlm
-from urllib3 import HTTPSConnectionPool
+from .. import HTTPSConnectionPool
log = getLogger(__name__)