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:
Diffstat (limited to 'modules/selection_utils.py')
-rw-r--r--modules/selection_utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/selection_utils.py b/modules/selection_utils.py
index eb85e869..a1dc0469 100644
--- a/modules/selection_utils.py
+++ b/modules/selection_utils.py
@@ -78,4 +78,4 @@ class SelectionOrder(bpy.types.Operator):
return {'RUNNING_MODAL'}
-bpy.utils.register_module(__name__)
+bpy.utils.register_class(SelectionOrder)