gitstats: Made config.read take a bunch of strings instead of a path
commitd1c4171aecdef318d797fa97c8503cc14a30fb2b
authorSverre Rabbelier <sverre@rabbelier.nl>
Thu, 24 Jul 2008 12:24:18 +0000 (24 14:24 +0200)
committerSverre Rabbelier <sverre@rabbelier.nl>
Thu, 24 Jul 2008 12:24:18 +0000 (24 14:24 +0200)
treee4d664c8073f2f04a3fceb6d5f2d3b437bbf4349
parentc7b23f0dccef32a21f6989a3773cce5fc2bfc32f
gitstats: Made config.read take a bunch of strings instead of a path

This way it is easier to test it, and makes it possible to
pass different types of input to the method other than just
a file.
src/git_stats/config.py