summaryrefslogtreecommitdiff
path: root/Lib/idlelib/Bindings.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-12-19 10:10:32 +0000
committerGeorg Brandl <georg@python.org>2010-12-19 10:10:32 +0000
commitaedd2899c27c71dde84837fab9ac119425b7f4dc (patch)
tree8d80e0f350e9d35681b8d61ff1fadc1b12cad983 /Lib/idlelib/Bindings.py
parent7504302875d4584f7f6059609783dba1f2597669 (diff)
downloadcpython-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.py8
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