summaryrefslogtreecommitdiff
path: root/common/src/leap/soledad/common/l2db/remote/http_client.py
diff options
context:
space:
mode:
Diffstat (limited to 'common/src/leap/soledad/common/l2db/remote/http_client.py')
-rw-r--r--common/src/leap/soledad/common/l2db/remote/http_client.py16
1 files changed, 6 insertions, 10 deletions
diff --git a/common/src/leap/soledad/common/l2db/remote/http_client.py b/common/src/leap/soledad/common/l2db/remote/http_client.py
index 2044d756..eea42888 100644
--- a/common/src/leap/soledad/common/l2db/remote/http_client.py
+++ b/common/src/leap/soledad/common/l2db/remote/http_client.py
@@ -1,4 +1,5 @@
# Copyright 2011-2012 Canonical Ltd.
+# Copyright 2016 LEAP Encryption Access Project
#
# This file is part of u1db.
#
@@ -29,17 +30,12 @@ import urlparse
import urllib
from time import sleep
-from u1db import (
- errors,
- )
-from u1db.remote import (
- http_errors,
- )
-
-from u1db.remote.ssl_match_hostname import ( # noqa
+from leap.soledad.common.l2db import errors
+from leap.soledad.common.l2db.remote import http_errors
+
+from leap.soledad.common.l2db.remote.ssl_match_hostname import ( # noqa
CertificateError,
- match_hostname,
- )
+ match_hostname)
# Ubuntu/debian
# XXX other...