Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2015-04-10 04:43:35 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-04-10 04:43:35 +0300
commit73bf474a6df0d2ad6524da9449b01a02620b669f (patch)
tree47e51aed6d0158e032ab9b1321e6f80d554914ac /system_demo_mode
parenteb8c24066d448533e243106d6c5fa12d18f3e412 (diff)
Cleanup: imports (formatting)
Diffstat (limited to 'system_demo_mode')
-rw-r--r--system_demo_mode/__init__.py12
1 files changed, 7 insertions, 5 deletions
diff --git a/system_demo_mode/__init__.py b/system_demo_mode/__init__.py
index 60a343fc..55557134 100644
--- a/system_demo_mode/__init__.py
+++ b/system_demo_mode/__init__.py
@@ -38,11 +38,13 @@ if "bpy" in locals():
import bpy
-from bpy.props import (StringProperty,
- BoolProperty,
- IntProperty,
- FloatProperty,
- EnumProperty)
+from bpy.props import (
+ StringProperty,
+ BoolProperty,
+ IntProperty,
+ FloatProperty,
+ EnumProperty,
+ )
class DemoModeSetup(bpy.types.Operator):