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>2010-12-23 00:41:21 +0300
committerCampbell Barton <ideasman42@gmail.com>2010-12-23 00:41:21 +0300
commit1efbaf92ae58278c0b5675b35f3a0970265cb895 (patch)
tree3112322307935c6be5f2020810e1b68cbcabefc0 /add_mesh_extras.py
parentd6026d486e5b8349f513774e7e9ebadbfe029091 (diff)
use imp.reload() rather then reload().
Diffstat (limited to 'add_mesh_extras.py')
-rw-r--r--add_mesh_extras.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/add_mesh_extras.py b/add_mesh_extras.py
index 02e87070..6892b9cf 100644
--- a/add_mesh_extras.py
+++ b/add_mesh_extras.py
@@ -635,7 +635,7 @@ class INFO_MT_mesh_extras_add(bpy.types.Menu):
layout.operator_context = 'INVOKE_REGION_WIN'
layout.operator("mesh.primitive_sqorus_add",
text="Sqorus")
- layout.operator("mesh.primitive_wedge_add",
+ layout.operator("mesh.primitive_wedge_add")
layout.operator("mesh.primitive_star_add",
text="Star")
layout.operator("mesh.primitive_trapezohedron_add",