pep8 spacing fix

This commit is contained in:
Matt Martz 2014-03-06 11:57:35 -06:00
parent 79c3a19792
commit feb7f6bff1
1 changed files with 1 additions and 0 deletions

View File

@ -965,6 +965,7 @@ def shell():
elif args.json:
print_(repr(results.dict()).replace("'", '"'))
def main():
try:
shell()