Use 'key in dict' instead of 'dict.has_key(key)'
commit5a3f82b76ab127e278fb16782c39613c1fb46703
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)
tree88308832a15466870b29101498c0da426dc265af
parentc7bc5638e48234781a4a991b783ae44aca7565d6
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