summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authordrebs <drebs@leap.se>2013-01-15 18:52:56 -0200
committerdrebs <drebs@leap.se>2013-01-15 18:52:56 -0200
commit984a33de1322437e3979e7324ae042daa52d91e9 (patch)
tree743623729dccfc051905f2415add1db7ab8722f8 /tests
parentcb22f22b7084b5869fc5c9b5fb8b61f234a07ea8 (diff)
Refactor and fix ObjectStore.
Diffstat (limited to 'tests')
-rw-r--r--tests/test_logs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_logs.py b/tests/test_logs.py
index 2102b671..a6c6e282 100644
--- a/tests/test_logs.py
+++ b/tests/test_logs.py
@@ -1,5 +1,5 @@
import unittest2 as unittest
-from leap.soledad.util import TransactionLog, SyncLog, ConflictLog
+from leap.soledad.backends.objectstore import TransactionLog, SyncLog, ConflictLog
class LogTestCase(unittest.TestCase):