diff options
author | kali <kali@leap.se> | 2012-12-27 03:09:34 +0900 |
---|---|---|
committer | kali <kali@leap.se> | 2012-12-27 03:09:34 +0900 |
commit | 629b4ae10e17ab667a0b7ae9966914ea728da839 (patch) | |
tree | ed8e5347e7c59362a10211dd006f355d4087c6f9 /backends/__init__.py | |
parent | b958e3a1643de1e264deb2664a5b8835091f5821 (diff) |
import fixes for soledad
Diffstat (limited to 'backends/__init__.py')
-rw-r--r-- | backends/__init__.py | 5 |
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'] |