Add FilenameMunger class to processing, with tests.
authorBrett Smith <brettcsmith@brettcsmith.org>
Sun, 25 Mar 2012 16:11:13 +0000 (12:11 -0400)
committerBrett Smith <brettcsmith@brettcsmith.org>
Sun, 25 Mar 2012 16:11:13 +0000 (12:11 -0400)
commit095fbdaf8d165dae390c4fb61b888309056b8fe6
tree64397fbaee4baeefce2ff81aca68897a92b3b796
parent6573573dd1650a73fe058df43dfb5770217b2afa
Add FilenameMunger class to processing, with tests.

Munging filenames is something all media type processors want to be able to
do, so I'm refactoring it out into a nice bite-sized class.
mediagoblin/processing.py
mediagoblin/tests/test_processing.py [new file with mode: 0644]