summaryrefslogtreecommitdiff
path: root/backends/__init__.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/__init__.py
parentb958e3a1643de1e264deb2664a5b8835091f5821 (diff)
import fixes for soledad
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']