Cleanup: pep8

This commit is contained in:
2014-09-17 18:36:17 +10:00
parent f0f398dcf3
commit 0e0e528ea4
27 changed files with 82 additions and 95 deletions

View File

@@ -11,4 +11,3 @@ filepath = os.path.join(os.path.dirname(bpy.data.filepath), filename)
global_namespace = {"__file__": filepath, "__name__": "__main__"}
with open(filepath, 'rb') as file:
exec(compile(file.read(), filepath, 'exec'), global_namespace)