summaryrefslogtreecommitdiff
path: root/backends/__init__.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/__init__.py
parent408436837d5768444566f69205127a815bca699b (diff)
Fix imports and namespaces
Diffstat (limited to 'backends/__init__.py')
-rw-r--r--backends/__init__.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/backends/__init__.py b/backends/__init__.py
index e69de29b..72907f37 100644
--- a/backends/__init__.py
+++ b/backends/__init__.py
@@ -0,0 +1,5 @@
+import objectstore
+
+
+__all__ = [
+ 'objectstore']