From: Terry Jan Reedy Date: Wed, 23 Sep 2015 01:13:09 +0000 (-0400) Subject: whitespace X-Git-Tag: v2.7.11rc1~127 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b60d103de7da17a9bc9ded35d84ffe0dc90c1c3e;p=python whitespace --- diff --git a/Lib/idlelib/PyShell.py b/Lib/idlelib/PyShell.py index 603e652285..142630c97e 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.