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)