hours: widen border

This commit is contained in:
Josh Holtrop 2011-06-30 10:21:52 -04:00
parent fd768cf878
commit e30689929d

2
hours
View File

@ -139,7 +139,7 @@ def main(argv):
s = s[1:] s = s[1:]
return s return s
border = lambda: sys.stdout.write('-' * 40 + '\n') border = lambda: sys.stdout.write('-' * 55 + '\n')
total_hours = 0 total_hours = 0
border() border()