summaryrefslogtreecommitdiff
path: root/backends/couch.py
diff options
context:
space:
mode:
authordrebs <drebs@leap.se>2012-12-27 11:09:39 -0200
committerdrebs <drebs@leap.se>2012-12-27 11:09:39 -0200
commit3bc6ab2d5ac65c1919e8e6ff627894924e4f98a9 (patch)
treecaae25cb8f93f2a4c8e7803e63685cf7486006b5 /backends/couch.py
parent408436837d5768444566f69205127a815bca699b (diff)
Fix imports and namespaces
Diffstat (limited to 'backends/couch.py')
-rw-r--r--backends/couch.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/couch.py b/backends/couch.py
index ed356fdd..101dd4ea 100644
--- a/backends/couch.py
+++ b/backends/couch.py
@@ -2,8 +2,8 @@ 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