Replace backslashes with parens to do line continuation
commitdcea55aa0bb9e6b87c38c0f40069e22ef6739f0c
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)
tree5835e5aa77ab32a81dd172fb592aff92904c0b88
parent3d8e7610b757e0c5bc58c76ba4f2853a0750ae7a
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