move keymap ui into modules, its not loaded on startup anymore.

This commit is contained in:
Campbell Barton 2013-07-08 22:57:51 +00:00
parent a2553444fa
commit b2b6d56443
2 changed files with 1 additions and 1 deletions

@ -1052,7 +1052,7 @@ class USERPREF_PT_input(Panel):
row.separator()
def draw(self, context):
from bl_ui.space_userpref_keymap import draw_keymaps
from rna_keymap_ui import draw_keymaps
layout = self.layout