summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/PyShell.py
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2015-09-23 01:13:09 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2015-09-23 01:13:09 (GMT)
commitb60d103de7da17a9bc9ded35d84ffe0dc90c1c3e (patch)
tree361d88f2d9d1bcba5e50e0a6aa15928b3c1bd918 /Lib/idlelib/PyShell.py
parentca33d56f005589967d5b3d77aa807270d5c376ed (diff)
downloadcpython-b60d103de7da17a9bc9ded35d84ffe0dc90c1c3e.zip
cpython-b60d103de7da17a9bc9ded35d84ffe0dc90c1c3e.tar.gz
cpython-b60d103de7da17a9bc9ded35d84ffe0dc90c1c3e.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 603e652..142630c 100755
--- a/Lib/idlelib/PyShell.py
+++ b/Lib/idlelib/PyShell.py
@@ -1556,7 +1556,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.