diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_logs.py | 2 |
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): |