gitstats: Made stats.py add the directory containing git_stats to the path
commitf649ea1450133f6a6b2ab4af6d374c8a505f9612
authorSverre Rabbelier <sverre@rabbelier.nl>
Sat, 7 Jun 2008 10:56:42 +0000 (7 12:56 +0200)
committerSverre Rabbelier <sverre@rabbelier.nl>
Sat, 7 Jun 2008 10:56:42 +0000 (7 12:56 +0200)
treedf1dbd1e463fef3ac00b085e80cdd68c43f8d832
parent99ebe12e4295a8a172a2fc7017479163df6594f1
gitstats: Made stats.py add the directory containing git_stats to the path

The code attempts to find git_stats in the current
directory, but since stats.py is -inside- that directory
it will never find it there. In a future commit it will
be moved up so that it will find it.
Should stats.py be moved somewhere into the users path
it will need to have GIT_STATS_DIR set.
src/git_stats/stats.py