Cleanup: Python imports
Split over lines to diff more easily.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
# ##### BEGIN GPL LICENSE BLOCK #####
|
||||
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or
|
||||
# modify it under the terms of the GNU General Public License
|
||||
@@ -351,9 +352,9 @@ def align_objects(context,
|
||||
|
||||
|
||||
from bpy.props import (
|
||||
EnumProperty,
|
||||
BoolProperty
|
||||
)
|
||||
BoolProperty,
|
||||
EnumProperty,
|
||||
)
|
||||
|
||||
|
||||
class AlignObjects(Operator):
|
||||
|
Reference in New Issue
Block a user