aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/process_media/errors.py
Commit message (Collapse)AuthorAgeFilesLines
* Moved common, translation, template, and url code out of util.py and into ↵Aaron Williamson2011-10-011-1/+1
| | | | tools/[file].py
* 508. Updates copyright/license informationWill Kahn-Greene2011-09-011-1/+1
|
* Switch BaseProcessingFail.exception_path's separator from period to colonChristopher Allan Webber2011-08-141-11/+1
| | | | | | Also removing .generator_error_message() which doesn't make sense really... we need to get the message when we don't have an instance of the exception, and this method requires an instance.
* Create processing errors and raise BadMediaFail on failure to load the imageChristopher Allan Webber2011-08-121-0/+54