commit | 72c3bf076f785aaf54d63a7e8cae29bc8282920e | [log] [tgz] |
---|---|---|
author | Steven M. Gava <elguavas@python.net> | Sat Jan 19 10:41:51 2002 +0000 |
committer | Steven M. Gava <elguavas@python.net> | Sat Jan 19 10:41:51 2002 +0000 |
tree | 25a7d261d1cd962735f40dc038fd51ce5b1edf99 | |
parent | c628a06c709dcf0d96ad55a475a5a1318d06dba4 [diff] [blame] |
changeover to new keybinding configuration implementation
diff --git a/Lib/idlelib/Bindings.py b/Lib/idlelib/Bindings.py index 862ceb6..2269a90 100644 --- a/Lib/idlelib/Bindings.py +++ b/Lib/idlelib/Bindings.py
@@ -73,6 +73,6 @@ ]), ] -default_keydefs = idleConf.GetKeys(keySetName=idleConf.CurrentKeys()) +default_keydefs = idleConf.GetCurrentKeySet() del sys