diff options
author | drebs <drebs@leap.se> | 2012-12-27 11:09:39 -0200 |
---|---|---|
committer | drebs <drebs@leap.se> | 2012-12-27 11:09:39 -0200 |
commit | 3bc6ab2d5ac65c1919e8e6ff627894924e4f98a9 (patch) | |
tree | caae25cb8f93f2a4c8e7803e63685cf7486006b5 /tests/test_encrypted.py | |
parent | 408436837d5768444566f69205127a815bca699b (diff) |
Fix imports and namespaces
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): |