gitstats: Moved isUnique into parse.py so that other modules may use it
commit1e0dc70a30932a0c5429520c980b957b37d621be
authorSverre Rabbelier <sverre@rabbelier.nl>
Sun, 29 Jun 2008 21:50:44 +0000 (29 23:50 +0200)
committerSverre Rabbelier <sverre@rabbelier.nl>
Sun, 29 Jun 2008 21:50:44 +0000 (29 23:50 +0200)
tree7f0e47996cc03ffc3ec00688563307011ac089d8
parent911f52ed5b6d3d37e3c5a5ffa940b296e42003db
gitstats: Moved isUnique into parse.py so that other modules may use it

Since commit.py is not really the place where isUnique
belongs, moving it to parse.py makes it more sensible for
other modules to use it. Renamed the function to isUnique
(from _isUnique) in the move.
src/git_stats/commit.py
src/git_stats/parse.py