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 /io_anim_c3d
parenteb8c24066d448533e243106d6c5fa12d18f3e412 (diff)
Cleanup: imports (formatting)
Diffstat (limited to 'io_anim_c3d')
-rw-r--r--io_anim_c3d/__init__.py11
1 files changed, 6 insertions, 5 deletions
diff --git a/io_anim_c3d/__init__.py b/io_anim_c3d/__init__.py
index 0f501ad8..66d1419b 100644
--- a/io_anim_c3d/__init__.py
+++ b/io_anim_c3d/__init__.py
@@ -36,11 +36,12 @@ bl_info = {
import bpy
-from bpy.props import (StringProperty,
- BoolProperty,
- FloatProperty,
- IntProperty,
- )
+from bpy.props import (
+ StringProperty,
+ BoolProperty,
+ FloatProperty,
+ IntProperty,
+ )
import math
import time