Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix problems from pyflakes output | Will Kahn-Greene | 2012-06-03 | 1 | -1/+1 |
| | |||||
* | Rename to FilenameBuilder, with a main method named fill. | Brett Smith | 2012-03-26 | 1 | -8/+8 |
| | | | | | I think these names better convey what's actually going on. I updated the documentation a bit while I was at it. | ||||
* | Add FilenameMunger class to processing, with tests. | Brett Smith | 2012-03-25 | 1 | -0/+20 |
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. |