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:
authorCampbell Barton <ideasman42@gmail.com>2013-07-08 11:25:33 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-07-08 11:25:33 +0400
commit2c87b8818058c02e32c92f259df5659c5b5c9eeb (patch)
tree796b794300660d65ab832221e145f2a18e653dd2 /release/scripts/startup/bl_ui/__init__.py
parent37d1984c53870c28c3c27165cba11f4f039706af (diff)
re-arrange space_userpref_keymap, no need to use a subclass here, just import the module and call draw_keymaps().
- making this change now because some addons developers are interested in showing keymap UI in their addons prefs and using the class involved making a fake class instance which isnt needed.
Diffstat (limited to 'release/scripts/startup/bl_ui/__init__.py')
-rw-r--r--release/scripts/startup/bl_ui/__init__.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/__init__.py b/release/scripts/startup/bl_ui/__init__.py
index 594f724c6e3..b9f2e8406c6 100644
--- a/release/scripts/startup/bl_ui/__init__.py
+++ b/release/scripts/startup/bl_ui/__init__.py
@@ -72,7 +72,6 @@ _modules = [
"space_sequencer",
"space_text",
"space_time",
- "space_userpref_keymap",
"space_userpref",
"space_view3d",
"space_view3d_toolbar",