PyCIRCLean/kittengroomer
Dan Puttick e19064c83f Refactor FileBase to store props as attributes
* This is kind of a big refactoring - I realized that storing file
props in a dict was causing some subtle problems, and that just having
them as attributes makes things a lot more simple
* I considered making a separate FileProps object and nesting it
inside FileBase, but almost all FileBase methods concern manipulating
file props, so it didn't really make sense.
* Tests are almost passing with this commit, but need a few more changes
and fixes for full test coverage + all passing.
2017-07-12 17:58:39 -04:00
..
__init__.py Add new logger, move logging to filecheck 2017-04-10 13:22:20 +02:00
helpers.py Refactor FileBase to store props as attributes 2017-07-12 17:58:39 -04:00