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:
authorBrendon Murphy <meta.androcto1@gmail.com>2014-08-04 18:42:17 +0400
committerBrendon Murphy <meta.androcto1@gmail.com>2014-08-04 18:42:17 +0400
commit9c46a10d07e8ab0cea3734c509c54d21205ea1e2 (patch)
tree8c64ae6b47a3b5e39c9c969cc79e741053356963 /add_mesh_extra_objects
parent263763f2d120000c9d75777afe299418335b4adb (diff)
removed duplicated import statements in previous commit. https://developer.blender.org/T40356 (original patch)
Diffstat (limited to 'add_mesh_extra_objects')
-rw-r--r--add_mesh_extra_objects/__init__.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/add_mesh_extra_objects/__init__.py b/add_mesh_extra_objects/__init__.py
index 9c35a1b7..c947ea88 100644
--- a/add_mesh_extra_objects/__init__.py
+++ b/add_mesh_extra_objects/__init__.py
@@ -45,7 +45,6 @@ if "bpy" in locals():
imp.reload(add_mesh_honeycomb)
imp.reload(add_mesh_teapot)
imp.reload(add_mesh_pipe_joint)
- imp.reload(add_mesh_teapot)
imp.reload(add_mesh_solid)
else:
@@ -61,7 +60,6 @@ else:
from . import add_mesh_honeycomb
from . import add_mesh_teapot
from . import add_mesh_pipe_joint
- from . import add_mesh_teapot
from . import add_mesh_solid
import bpy