From 629b4ae10e17ab667a0b7ae9966914ea728da839 Mon Sep 17 00:00:00 2001 From: kali Date: Thu, 27 Dec 2012 03:09:34 +0900 Subject: import fixes for soledad --- tests/test_encrypted.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/test_encrypted.py') 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): -- cgit v1.2.3