projects
/
blender.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d202ba
)
Fix for messages.txt generator -- KM_HIERARCHY was moved to other module
author
Sergey Sharybin <sergey.vfx@gmail.com>
Tue, 27 Sep 2011 09:43:35 +0000
(09:43 +0000)
committer
Sergey Sharybin <sergey.vfx@gmail.com>
Tue, 27 Sep 2011 09:43:35 +0000
(09:43 +0000)
po/update_msg.py
patch
|
blob
|
history
diff --git
a/po/update_msg.py
b/po/update_msg.py
index 7bb659ca93cc7889bfbecd0c48e916f8deb1f559..a58fd4b799832db7a30b29322e3508e0a64164fc 100644
(file)
--- 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 b
l_ui.space_userpref_keymap
import KM_HIERARCHY
+ from b
py_extras.keyconfig_utils
import KM_HIERARCHY
walk_keymap_hierarchy(KM_HIERARCHY)