Make config.py more versatile
commit3b4c365f195655bb3380ada06229a40a0ad71ab6
authorSverre Rabbelier <sverre@rabbelier.nl>
Tue, 15 Jul 2008 15:10:37 +0000 (15 17:10 +0200)
committerSverre Rabbelier <sverre@rabbelier.nl>
Tue, 15 Jul 2008 15:37:05 +0000 (15 17:37 +0200)
tree1075f6153167eebbec51a11d4831d9db152838ae
parent644f9cec7e261d70365cc1bd837a8fde223253ad
Make config.py more versatile

There is now a readAll function that tries to read from the
common places. Support for integer values has been added,
as well as converting CamelCase keys to dashed_form.
This also makes the parser properly stop at both unindented
and empty lines.
src/git_stats/config
src/git_stats/config.py