Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'po/update_msg.py')
-rw-r--r--po/update_msg.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/po/update_msg.py b/po/update_msg.py
index 7bb659ca93c..a58fd4b7998 100644
--- a/po/update_msg.py
+++ b/po/update_msg.py
@@ -80,7 +80,7 @@ def dump_messages_rna(messages):
for cls in bpy.types.Operator.__subclasses__():
walkClass(cls)
- from bl_ui.space_userpref_keymap import KM_HIERARCHY
+ from bpy_extras.keyconfig_utils import KM_HIERARCHY
walk_keymap_hierarchy(KM_HIERARCHY)