cleanup: pep8

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

View File

@@ -63,7 +63,7 @@ def image_from_file(filepath):
try:
import bpy
except:
except ImportError:
bpy = None
if bpy is not None: