gitstats: Use 'key in dict' instead of 'dict.has_key(key)'
commitbf772dc43ad3437095b45fbfac5e9732555facdf
authorSverre Rabbelier <sverre@rabbelier.nl>
Sun, 20 Jul 2008 14:59:14 +0000 (20 16:59 +0200)
committerSverre Rabbelier <sverre@rabbelier.nl>
Sun, 20 Jul 2008 14:59:14 +0000 (20 16:59 +0200)
tree32cb4439477ce1da4f98ccb572f5d073cf8d9bc4
parent3abda6d24303261990f7203049489e2d9cf7cc90
gitstats: Use 'key in dict' instead of 'dict.has_key(key)'

It is both more Pythonic and more readable, enough reason
to warrant this 'style fix'.
src/git_stats/author.py
src/git_stats/branch.py
src/git_stats/commit.py
src/git_stats/diff.py