fix PEP8 "E231 missing whitespace after ','"

This commit is contained in:
Hans-Christoph Steiner 2014-05-01 22:16:32 -04:00
parent f1812d5935
commit 998011d535
7 changed files with 25 additions and 25 deletions

2
fdroid
View file

@ -42,7 +42,7 @@ def print_help():
print "usage: fdroid [-h|--help] <command> [<args>]"
print
print "Valid commands are:"
for cmd,summary in commands.items():
for cmd, summary in commands.items():
print " " + cmd + ' '*(15-len(cmd)) + summary
print