gitstats: Replace backslashes with parens to do line continuation
commit55505a6d7a495524ee12a55b0843663259250c97
authorSverre Rabbelier <sverre@rabbelier.nl>
Sun, 20 Jul 2008 21:45:38 +0000 (20 23:45 +0200)
committerSverre Rabbelier <sverre@rabbelier.nl>
Sun, 20 Jul 2008 21:45:38 +0000 (20 23:45 +0200)
treea45dac77af9846b2bd9180864b34205a61e9712d
parent64c853d8cd9bb6397d7c91cf4571a3a34cc77070
gitstats: Replace backslashes with parens to do line continuation

In python one can use a backslash at the end of a line to
do line continuations. A better alternative however, is to
surround the long lines in parens and have python's auto
unpacking do it's magic on a tuple with only one element.
src/git_stats/author.py
src/git_stats/branch.py
src/git_stats/bug.py
src/git_stats/diff.py
src/git_stats/matcher.py
src/git_stats/testing.py