pep8 cleanup and remove unused vars/imports

This commit is contained in:
Campbell Barton
2011-02-17 04:35:41 +00:00
parent f7295ad6d9
commit 812f238494
20 changed files with 61 additions and 97 deletions

View File

@@ -50,8 +50,6 @@ def textWrap(text, length=70):
def write_sysinfo(op):
output_filename = "system-info.txt"
warnings = 0
notices = 0
if output_filename in bpy.data.texts.keys():
output = bpy.data.texts[output_filename]