Allow specifying True, False, or None in the config file
commit3280a947bd3099b963dced15e1e3d36698951e30
authorSverre Rabbelier <sverre@rabbelier.nl>
Mon, 14 Jul 2008 22:10:46 +0000 (15 00:10 +0200)
committerSverre Rabbelier <sverre@rabbelier.nl>
Mon, 14 Jul 2008 22:10:46 +0000 (15 00:10 +0200)
tree3bb0cee13888b690d512e5b1f29a5771b4624780
parenta2f710b91eaccda7e953c5f69bd73f6ba794fe08
Allow specifying True, False, or None in the config file

This teaches config.py to translate True, False, and None
into the actual Python objects.
src/git_stats/config.py