summaryrefslogtreecommitdiff
path: root/src/leap/soledad/client/_http.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/leap/soledad/client/_http.py')
-rw-r--r--src/leap/soledad/client/_http.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/leap/soledad/client/_http.py b/src/leap/soledad/client/_http.py
index 2a6b9e39..aa856de6 100644
--- a/src/leap/soledad/client/_http.py
+++ b/src/leap/soledad/client/_http.py
@@ -28,7 +28,7 @@ from treq.client import HTTPClient as _HTTPClient
from zope.interface import implementer
-from leap.common.certs import get_compatible_ssl_context_factory
+from leap.common.http import getPolicyForHTTPS
__all__ = ['HTTPClient', 'PinnedTokenAgent']