commit | bd7c32939e892cb38c9b7f1c4874eaeed6c652ca | [log] [tgz] |
---|---|---|
author | gstepanov <gstepanov@mirantis.com> | Tue Feb 03 15:23:41 2015 +0200 |
committer | gstepanov <gstepanov@mirantis.com> | Tue Feb 03 15:23:41 2015 +0200 |
tree | f5600d9b98352226a723865246046767386dd6af | |
parent | 82d2a946d939529ef5ed12153acb3e004d7c3f74 [diff] |
factory function for storages added
diff --git a/storage_api.py b/storage_api.py index cf796eb..3239cb5 100644 --- a/storage_api.py +++ b/storage_api.py
@@ -48,7 +48,12 @@ } +def create_storage(url): + pass + + class Storage(object): + def store(self, data): pass