gitstats: Removed extra newlines and replaced import with 'from .. import ..'
commit2d25f67c2dceffd665bfbd41928244283a8fb319
authorSverre Rabbelier <sverre@rabbelier.nl>
Sun, 8 Jun 2008 14:40:54 +0000 (8 16:40 +0200)
committerSverre Rabbelier <sverre@rabbelier.nl>
Sun, 8 Jun 2008 14:40:54 +0000 (8 16:40 +0200)
treeed98829b4ba4a76d54bd1e2dbf5fc7d03ef4b262
parent6d2a43b2dc2293a9ea96b60631edf0dd2fe991da
gitstats: Removed extra newlines and replaced import with 'from .. import ..'

When 'import commit' in diff.py is replaced with
'from git_stats import commit' it breaks, so it has not
been updated yet.
src/git_stats/commit.py
src/git_stats/diff.py
src/git_stats/index.py