diff options
author | drebs <drebs@leap.se> | 2012-12-10 12:05:31 -0200 |
---|---|---|
committer | drebs <drebs@leap.se> | 2012-12-10 12:05:31 -0200 |
commit | ddd41a0c4bbe70cfca3827b93ac7f35b28c49400 (patch) | |
tree | b06d3aae4ea943ecbb6ef5e4dce937b64bd9cc6c /__init__.py | |
parent | ded8b721def13751fe0b27e50ab1a3cb999fb292 (diff) |
Add CouchDB u1db backend.
Diffstat (limited to '__init__.py')
-rw-r--r-- | __init__.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/__init__.py b/__init__.py index 78f1f768..d07567b5 100644 --- a/__init__.py +++ b/__init__.py @@ -1,9 +1,6 @@ # License? -"""A U1DB implementation that uses OpenStack Swift as its persistence layer.""" - -from backends.leap import * -from backends.openstack import * +"""A U1DB implementation for using Object Stores as its persistence layer.""" import gnupg |