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>2011-02-27 18:27:55 +0300
committerCampbell Barton <ideasman42@gmail.com>2011-02-27 18:27:55 +0300
commitebeeb59020f86fa0504f364d7703aa9dd100978b (patch)
tree2390eb23a115908b0d21a3e4c76caa0ab4c6a749 /io_shape_mdd
parent8bc9aa9df9885297fc32641e4ffbc333d4c20dfd (diff)
replace imports from *, considered bad practice by python devs.
Diffstat (limited to 'io_shape_mdd')
-rw-r--r--io_shape_mdd/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/io_shape_mdd/__init__.py b/io_shape_mdd/__init__.py
index f6e404a9..f76f7d38 100644
--- a/io_shape_mdd/__init__.py
+++ b/io_shape_mdd/__init__.py
@@ -40,7 +40,7 @@ if "bpy" in locals():
import bpy
-from bpy.props import *
+from bpy.props import StringProperty, IntProperty
from io_utils import ExportHelper, ImportHelper