pep8 cleanup

This commit is contained in:
2012-09-26 21:19:51 +00:00
parent dbeddcdbce
commit 8a51d235e6
17 changed files with 62 additions and 37 deletions

View File

@@ -304,7 +304,7 @@ def copy_as_script(context):
for line in sc.scrollback:
text = line.body
type = line.type
if type == 'INFO': # ignore autocomp.
continue
if type == 'INPUT':