Refactor config.py to make it more testable
commit9126a29e13ca515cb63849f480965c86c88b5d5d
authorSverre Rabbelier <sverre@rabbelier.nl>
Thu, 24 Jul 2008 19:06:23 +0000 (24 21:06 +0200)
committerSverre Rabbelier <sverre@rabbelier.nl>
Thu, 24 Jul 2008 21:57:06 +0000 (24 23:57 +0200)
tree51a032c5c442306f0841ed70d82ab3a5bc1d443e
parentab9e9ab423a18fc9f936e8bcb0744015edbbca01
Refactor config.py to make it more testable

Split up the 'readAll' metho into a 'default config paths'
gathering part, and a 'multiple paths reading' part.
src/git_stats/config.py