Cleanup: pep8

This commit is contained in:
Campbell Barton
2016-02-01 00:47:10 +11:00
parent 0f3f117311
commit d924998d3e
24 changed files with 56 additions and 49 deletions

View File

@@ -40,7 +40,6 @@ def write_sysinfo(filepath):
r = r[1:-1]
return r
output = open(filepath, 'w', encoding="utf-8")
header = "= Blender %s System Information =\n" % bpy.app.version_string