Do not require lines to end with a '\n' in the config parser
commitab9e9ab423a18fc9f936e8bcb0744015edbbca01
authorSverre Rabbelier <sverre@rabbelier.nl>
Thu, 24 Jul 2008 16:52:30 +0000 (24 18:52 +0200)
committerSverre Rabbelier <sverre@rabbelier.nl>
Thu, 24 Jul 2008 21:57:06 +0000 (24 23:57 +0200)
tree6fb76a42c7d5c0edcf8e6fa9077a25f2d667867f
parentc66d88839615f20f12fcf21a04f0266b34c113f5
Do not require lines to end with a '\n' in the config parser

There is no reason to require this, and it makes testing
easier if it is not required.
src/git_stats/config.py