Feature #587 - Split storage.py into submodules
authorJoar Wandborg <git@wandborg.com>
Mon, 12 Sep 2011 00:32:03 +0000 (02:32 +0200)
committerJoar Wandborg <git@wandborg.com>
Mon, 12 Sep 2011 00:32:03 +0000 (02:32 +0200)
commita2468d18ca39afed9102d707e7aea6a613ff2dab
treeefede9c515269b6ce56b8afcf8b472a1d2dde48b
parent55376ff403496a3271154627c45fe59dc2b44ca7
Feature #587 - Split storage.py into submodules

*   Removed storage.py
*   Created submodules for filestorage, cloudfiles, mountstorage
*   Changed test_storage to reflect the changes made in the storage
    module structure
*   Added mediagoblin.storage.filestorage.BasicFileStorage as a
    default for both publicstore and queuestore's `storage_class`
mediagoblin/config_spec.ini
mediagoblin/storage.py [deleted file]
mediagoblin/storage/__init__.py [new file with mode: 0644]
mediagoblin/storage/cloudfiles.py [new file with mode: 0644]
mediagoblin/storage/filestorage.py [new file with mode: 0644]
mediagoblin/storage/mountstorage.py [new file with mode: 0644]
mediagoblin/tests/test_storage.py