Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix more print statements. Refs #5331 | Berker Peksag | 2015-06-25 | 1 | -2/+4 |
| | |||||
* | Use six.iteritems() instead of dict.iteritems(). | Berker Peksag | 2014-05-26 | 1 | -1/+3 |
| | |||||
* | Fix problems from pyflakes output | Will Kahn-Greene | 2012-06-03 | 1 | -1/+5 |
| | |||||
* | It's 2012 all up in here | Christopher Allan Webber | 2012-02-02 | 1 | -1/+1 |
| | |||||
* | mountstorage - Changed typo in import | Joar Wandborg | 2011-09-15 | 1 | -1/+1 |
| | |||||
* | Feature #587 - Split storage.py into submodules | Joar Wandborg | 2011-09-12 | 1 | -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` |