diff options
author | Georg Brandl <georg@python.org> | 2010-12-19 10:10:32 +0000 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-12-19 10:10:32 +0000 |
commit | aedd2899c27c71dde84837fab9ac119425b7f4dc (patch) | |
tree | 8d80e0f350e9d35681b8d61ff1fadc1b12cad983 /Lib/idlelib/Bindings.py | |
parent | 7504302875d4584f7f6059609783dba1f2597669 (diff) | |
download | cpython-git-aedd2899c27c71dde84837fab9ac119425b7f4dc.tar.gz |
#6075: make idle work with both Carbon AquaTk and Cocoa AquaTk. Patch by Kevin Walzer and Ned Deily.
Diffstat (limited to 'Lib/idlelib/Bindings.py')
-rw-r--r-- | Lib/idlelib/Bindings.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Lib/idlelib/Bindings.py b/Lib/idlelib/Bindings.py index 74a93d3b14..ec2720b0d0 100644 --- a/Lib/idlelib/Bindings.py +++ b/Lib/idlelib/Bindings.py @@ -98,14 +98,6 @@ if macosxSupport.runningAsOSXApp(): # menu del menudefs[-1][1][0:2] - menudefs.insert(0, - ('application', [ - ('About IDLE', '<<about-idle>>'), - None, - ('_Preferences....', '<<open-config-dialog>>'), - ])) - - default_keydefs = idleConf.GetCurrentKeySet() del sys |