Made config.read take a bunch of strings instead of a path
commit55bcc5714a306e85047c108a3303d73074320736
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)
tree29d11fff4cd827b4ce4b24a395a857944996c8ad
parent74215b4c7e9f6c98b154b54f5b4f0a2918aabc22
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