cleanup: py imports

This commit is contained in:
Campbell Barton
2015-01-27 17:46:07 +11:00
parent 3e59092348
commit e17c6f79a5
26 changed files with 159 additions and 117 deletions

View File

@@ -20,11 +20,13 @@
import bpy
from bpy.types import Operator
from bpy.props import (StringProperty,
BoolProperty,
EnumProperty,
IntProperty,
FloatProperty)
from bpy.props import (
StringProperty,
BoolProperty,
EnumProperty,
IntProperty,
FloatProperty,
)
class SelectPattern(Operator):