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>2012-04-08 17:11:25 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-04-08 17:11:25 +0400
commit01e55b6fc347adeaa80800f2386eb1fb1f10a5e3 (patch)
treecf467e11e3f39889670b3a454fe8ed720a2f04c4 /release/scripts/startup/bl_ui/space_userpref_keymap.py
parent4fc6ef1cf57a48626cbfa7fd9cc09de9bec29f92 (diff)
code cleanup: remove unused imports/defines + other redundant code.
Diffstat (limited to 'release/scripts/startup/bl_ui/space_userpref_keymap.py')
-rw-r--r--release/scripts/startup/bl_ui/space_userpref_keymap.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/space_userpref_keymap.py b/release/scripts/startup/bl_ui/space_userpref_keymap.py
index 030e1ee0f6d..58697225811 100644
--- a/release/scripts/startup/bl_ui/space_userpref_keymap.py
+++ b/release/scripts/startup/bl_ui/space_userpref_keymap.py
@@ -18,7 +18,7 @@
# <pep8 compliant>
import bpy
-from bpy.types import Menu, OperatorProperties
+from bpy.types import Menu
class USERPREF_MT_keyconfigs(Menu):