Cleanup: pep8

This commit is contained in:
Campbell Barton
2015-05-17 17:17:31 +10:00
parent 02cbc3c1e0
commit 847ec075eb
11 changed files with 49 additions and 25 deletions

View File

@@ -340,7 +340,10 @@ def align_objects(context,
return True
from bpy.props import EnumProperty, BoolProperty
from bpy.props import (
EnumProperty,
BoolProperty
)
class AlignObjects(Operator):