Removed extra newlines and replaced import with 'from .. import ..'
commit2c1bd05de2a2e7788241429ea7ddcb1f258986ff
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
parent21aaf6cd5ce6b90b0c72a8a0a0970226618bbb86
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