summaryrefslogtreecommitdiff
path: root/Lib/idlelib/AutoExpand.py
diff options
context:
space:
mode:
authorSteven M. Gava <elguavas@python.net>2002-01-19 10:41:51 +0000
committerSteven M. Gava <elguavas@python.net>2002-01-19 10:41:51 +0000
commit72c3bf076f785aaf54d63a7e8cae29bc8282920e (patch)
tree25a7d261d1cd962735f40dc038fd51ce5b1edf99 /Lib/idlelib/AutoExpand.py
parentc628a06c709dcf0d96ad55a475a5a1318d06dba4 (diff)
downloadcpython-git-72c3bf076f785aaf54d63a7e8cae29bc8282920e.tar.gz
changeover to new keybinding configuration implementation
Diffstat (limited to 'Lib/idlelib/AutoExpand.py')
-rw-r--r--Lib/idlelib/AutoExpand.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/Lib/idlelib/AutoExpand.py b/Lib/idlelib/AutoExpand.py
index 09f34b38d9..c50e52a14f 100644
--- a/Lib/idlelib/AutoExpand.py
+++ b/Lib/idlelib/AutoExpand.py
@@ -7,14 +7,6 @@ import re
class AutoExpand:
- keydefs = {
- '<<expand-word>>': ['<Alt-slash>'],
- }
-
- unix_keydefs = {
- '<<expand-word>>': ['<Meta-slash>', '<Alt-slash>'],
- }
-
menudefs = [
('edit', [
('E_xpand word', '<<expand-word>>'),