summaryrefslogtreecommitdiff
path: root/tests/test_logs.py
diff options
context:
space:
mode:
authorkali <kali@leap.se>2012-12-27 03:09:34 +0900
committerkali <kali@leap.se>2012-12-27 03:09:34 +0900
commit629b4ae10e17ab667a0b7ae9966914ea728da839 (patch)
treeed8e5347e7c59362a10211dd006f355d4087c6f9 /tests/test_logs.py
parentb958e3a1643de1e264deb2664a5b8835091f5821 (diff)
import fixes for soledad
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"),