Fix for messages.txt generator -- KM_HIERARCHY was moved to other module

This commit is contained in:
Sergey Sharybin 2011-09-27 09:43:35 +00:00
parent 1d202ba90c
commit b0e7dc3545

@ -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)