diff options
author | kali kaneko <kali@leap.se> | 2017-07-17 15:05:17 -0400 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2017-07-18 07:22:59 -0400 |
commit | 3fad8ef7d05c4366caef215a541bed352753cfd0 (patch) | |
tree | 613be30677cdccdccbb55361f0f39a1dcf8217b7 /src/leap/soledad/client/_http.py | |
parent | 1d79d987cc64d3d19d692babf5d895384c68947b (diff) |
fix import
leap.common 0.6.0 renamed this method.
we should think about not using the factory directly, since we want to
deprecate leap.common.http
Diffstat (limited to 'src/leap/soledad/client/_http.py')
-rw-r--r-- | src/leap/soledad/client/_http.py | 2 |
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'] |