summaryrefslogtreecommitdiff
path: root/common/src/leap/soledad/common/tests/test_http_client.py
diff options
context:
space:
mode:
Diffstat (limited to 'common/src/leap/soledad/common/tests/test_http_client.py')
-rw-r--r--common/src/leap/soledad/common/tests/test_http_client.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/common/src/leap/soledad/common/tests/test_http_client.py b/common/src/leap/soledad/common/tests/test_http_client.py
index 700ae3b6..d932b2b0 100644
--- a/common/src/leap/soledad/common/tests/test_http_client.py
+++ b/common/src/leap/soledad/common/tests/test_http_client.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# test_http_client.py
-# Copyright (C) 2013, 2014 LEAP
+# Copyright (C) 2013-2016 LEAP
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -19,11 +19,10 @@ Test Leap backend bits: sync target
"""
import json
-from u1db.remote import http_client
-
from testscenarios import TestWithScenarios
from leap.soledad.client import auth
+from leap.soledad.common.l2db.remote import http_client
from leap.soledad.common.tests.u1db_tests import test_http_client
from leap.soledad.server.auth import SoledadTokenAuthMiddleware