summaryrefslogtreecommitdiff
path: root/tests/test_logs.py
diff options
context:
space:
mode:
authordrebs <drebs@leap.se>2012-12-27 11:09:39 -0200
committerdrebs <drebs@leap.se>2012-12-27 11:09:39 -0200
commit3bc6ab2d5ac65c1919e8e6ff627894924e4f98a9 (patch)
treecaae25cb8f93f2a4c8e7803e63685cf7486006b5 /tests/test_logs.py
parent408436837d5768444566f69205127a815bca699b (diff)
Fix imports and namespaces
Diffstat (limited to 'tests/test_logs.py')
-rw-r--r--tests/test_logs.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/test_logs.py b/tests/test_logs.py
index d61700f2..072ac1a5 100644
--- a/tests/test_logs.py
+++ b/tests/test_logs.py
@@ -1,10 +1,9 @@
import unittest2 as unittest
-from soledad.util import TransactionLog, SyncLog
+from leap.soledad.util import TransactionLog, SyncLog
class LogTestCase(unittest.TestCase):
-
def test_transaction_log(self):
data = [
(2, "doc_3", "tran_3"),