From b25a7c909950ef9d8d0528150fc6f761b73ab6f0 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 8 Sep 2011 05:26:39 +0000 Subject: pedantic pep8 edits --- io_mesh_stl/__init__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'io_mesh_stl') 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 -- cgit v1.2.3