diff options
author | kali <kali@leap.se> | 2012-12-27 03:09:34 +0900 |
---|---|---|
committer | kali <kali@leap.se> | 2012-12-27 03:09:34 +0900 |
commit | 629b4ae10e17ab667a0b7ae9966914ea728da839 (patch) | |
tree | ed8e5347e7c59362a10211dd006f355d4087c6f9 /tests/test_encrypted.py | |
parent | b958e3a1643de1e264deb2664a5b8835091f5821 (diff) |
import fixes for soledad
Diffstat (limited to 'tests/test_encrypted.py')
-rw-r--r-- | tests/test_encrypted.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_encrypted.py b/tests/test_encrypted.py index eafd258e..4ee03a3c 100644 --- a/tests/test_encrypted.py +++ b/tests/test_encrypted.py @@ -7,8 +7,8 @@ import unittest2 as unittest import os import u1db -from soledad import Soledad -from soledad.backends.leap import LeapDocument +from leap.soledad import Soledad +from leap.soledad.backends.leap_backend import LeapDocument class EncryptedSyncTestCase(unittest.TestCase): |