gitstats: Refactored stats.py to use a main function
commit574751f9c7e905ce8cc57603a59cd5033ba74948
authorSverre Rabbelier <sverre@rabbelier.nl>
Fri, 11 Jul 2008 15:45:58 +0000 (11 17:45 +0200)
committerSverre Rabbelier <sverre@rabbelier.nl>
Fri, 11 Jul 2008 15:45:58 +0000 (11 17:45 +0200)
tree1914b71a26766af80142ca32c1aa5758b1d95ebc
parentb275f6499f9b7813b169bf8f8a029a4c82bd5084
gitstats: Refactored stats.py to use a main function

This makes it easier to call stats.py's main through exec
and as such to profile it with programs as cProfile.
src/stats.py