gitstats: Make config.py more versatile
commit9e4df96a24c50776acc702329c975ac5387fbf62
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)
tree23e4fc83ed094b25c4a6fed44943ece39c5be37a
parent301be1f12d9a9b73ed05f11f39746d27717c9675
gitstats: 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