summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2015-09-23 01:13:39 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2015-09-23 01:13:39 (GMT)
commit452498a128d1be1217f29e63742667fe24057492 (patch)
tree2fbc360aaf06e789a2e032f766db95202d762b19
parent5e6201e8a9e08d11348ffca27d85d88d24d74f5d (diff)
parentf94471c1401e06df3021eafdde99c9be2c344dcb (diff)
downloadcpython-452498a128d1be1217f29e63742667fe24057492.zip
cpython-452498a128d1be1217f29e63742667fe24057492.tar.gz
cpython-452498a128d1be1217f29e63742667fe24057492.tar.bz2
Merge with 3.4
-rwxr-xr-xLib/idlelib/PyShell.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/PyShell.py b/Lib/idlelib/PyShell.py
index 4a68b19..6bbd456 100755
--- a/Lib/idlelib/PyShell.py
+++ b/Lib/idlelib/PyShell.py
@@ -1547,7 +1547,7 @@ def main():
root.withdraw()
flist = PyShellFileList(root)
macosxSupport.setupApp(root, flist)
-
+
if macosxSupport.isAquaTk():
# There are some screwed up <2> class bindings for text
# widgets defined in Tk which we need to do away with.