summaryrefslogtreecommitdiff
path: root/tests/test_logs.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_logs.py')
-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 a68e0262..d61700f2 100644
--- a/tests/test_logs.py
+++ b/tests/test_logs.py
@@ -1,5 +1,5 @@
import unittest2 as unittest
-from soledad import TransactionLog, SyncLog
+from soledad.util import TransactionLog, SyncLog
class LogTestCase(unittest.TestCase):