gitstats: Make use of the 'sorted' built-in
commitdcde721c76ed826f8ac62dbf866c3a0c76d597e0
authorSverre Rabbelier <sverre@rabbelier.nl>
Thu, 17 Jul 2008 20:02:42 +0000 (17 22:02 +0200)
committerSverre Rabbelier <sverre@rabbelier.nl>
Thu, 17 Jul 2008 20:02:42 +0000 (17 22:02 +0200)
tree557914b72c5ddb0afa29c886f11b0d5958c6527e
parent0255fc08fcbf1ca1735ba3997c71202baacd198d
gitstats: Make use of the 'sorted' built-in

This increases readability, instead of first extracting the
keys to the dictionary, sorting it, and then iterating
those, iterate over sorted(dict).
src/git_stats/author.py
src/stats.py