style cleanup: pep8

This commit is contained in:
Campbell Barton
2012-10-08 08:28:05 +00:00
parent f299813bfa
commit 9fa36b12cc
38 changed files with 123 additions and 127 deletions

View File

@@ -129,6 +129,6 @@ class ConsoleLanguage(Operator):
# insert a new blank line
bpy.ops.console.history_append(text="", current_character=0,
remove_duplicates=True)
remove_duplicates=True)
return {'FINISHED'}