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-09-08 09:26:39 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-09-08 09:26:39 +0400
commitb25a7c909950ef9d8d0528150fc6f761b73ab6f0 (patch)
tree6c7050f915ba34b6926d607294e9e7c5ce255a43 /io_mesh_stl
parent48d15df82ab093e69c5f9845419822d0749e2d77 (diff)
pedantic pep8 edits
Diffstat (limited to 'io_mesh_stl')
-rw-r--r--io_mesh_stl/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/io_mesh_stl/__init__.py b/io_mesh_stl/__init__.py
index 9a40de11..7ba313bc 100644
--- a/io_mesh_stl/__init__.py
+++ b/io_mesh_stl/__init__.py
@@ -82,6 +82,7 @@ class ImportSTL(bpy.types.Operator, ImportHelper):
directory = StringProperty(
subtype='DIR_PATH',
)
+
def execute(self, context):
from . import stl_utils
from . import blender_utils