aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/storage/mountstorage.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix problems from pyflakes outputWill Kahn-Greene2012-06-031-1/+5
|
* It's 2012 all up in hereChristopher Allan Webber2012-02-021-1/+1
|
* mountstorage - Changed typo in importJoar Wandborg2011-09-151-1/+1
|
* Feature #587 - Split storage.py into submodulesJoar Wandborg2011-09-121-0/+156
* 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`