Remove unneeded line continuations and tidy up

svn: r16481
This commit is contained in:
Gerald Britton
2011-01-26 20:10:22 +00:00
parent bfa5309cd7
commit cc5b37c8bc
13 changed files with 61 additions and 52 deletions

View File

@@ -134,7 +134,7 @@ class WebCalReport(Report):
self.anniv = mgobn('anniversaries')
self.home_link = mgobn('home_link')
self.month_notes = [mgobn('note_' + month) \
self.month_notes = [mgobn('note_' + month)
for month in ['jan', 'feb', 'mar', 'apr', 'may', 'jun', 'jul',
'aug', 'sep', 'oct', 'nov', 'dec']]