cleanup: pep8

also remove empty class parenthesis
This commit is contained in:
Campbell Barton
2015-01-29 15:35:06 +11:00
parent d434815ff7
commit 7095f47665
67 changed files with 141 additions and 119 deletions

View File

@@ -7,7 +7,7 @@ A mix-in parent class can be used to share common properties and
import bpy
class View3DPanel():
class View3DPanel:
bl_space_type = 'VIEW_3D'
bl_region_type = 'TOOLS'

View File

@@ -316,7 +316,7 @@ def main():
try:
import argparse
except:
except ImportError:
print("Old Blender, just dumping")
api_dump()
return