gitstats: Allow specifying True, False, or None in the config file
commit9a69de496a961ed4ad297aa8ad87a2eefae80c49
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)
treebe542fb7f6135ab9412390fbf98d2589bb39250e
parent3cefe6b1b4f6e09106c4face53bac9af93074ca8
gitstats: 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