summaryrefslogtreecommitdiff
path: root/backends/couch.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 /backends/couch.py
parentb958e3a1643de1e264deb2664a5b8835091f5821 (diff)
import fixes for soledad
Diffstat (limited to 'backends/couch.py')
-rw-r--r--backends/couch.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/backends/couch.py b/backends/couch.py
index ed356fdd..a3909596 100644
--- a/backends/couch.py
+++ b/backends/couch.py
@@ -2,8 +2,9 @@ from u1db import errors
from u1db.remote.http_target import HTTPSyncTarget
from couchdb.client import Server, Document
from couchdb.http import ResourceNotFound
-from soledad.backends.objectstore import ObjectStore
-from soledad.backends.leap import LeapDocument
+
+from leap.soledad.backends.objectstore import ObjectStore
+from leap.soledad.backends.leap_backend import LeapDocument
try:
import simplejson as json