summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/PyShell.py
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2015-09-23 01:13:28 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2015-09-23 01:13:28 (GMT)
commitf94471c1401e06df3021eafdde99c9be2c344dcb (patch)
tree7dba73b0fcc134b0232b79788aee1d0996026896 /Lib/idlelib/PyShell.py
parent3c7eccd0a64e4a2c76a06c5cc2001e934bf4a86a (diff)
downloadcpython-f94471c1401e06df3021eafdde99c9be2c344dcb.zip
cpython-f94471c1401e06df3021eafdde99c9be2c344dcb.tar.gz
cpython-f94471c1401e06df3021eafdde99c9be2c344dcb.tar.bz2
whitespace
Diffstat (limited to 'Lib/idlelib/PyShell.py')
-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.