diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2015-09-22 21:13:28 -0400 |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2015-09-22 21:13:28 -0400 |
commit | f94471c1401e06df3021eafdde99c9be2c344dcb (patch) | |
tree | 7dba73b0fcc134b0232b79788aee1d0996026896 /Lib/idlelib/PyShell.py | |
parent | 3c7eccd0a64e4a2c76a06c5cc2001e934bf4a86a (diff) | |
download | cpython-git-f94471c1401e06df3021eafdde99c9be2c344dcb.tar.gz |
whitespace
Diffstat (limited to 'Lib/idlelib/PyShell.py')
-rwxr-xr-x | Lib/idlelib/PyShell.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/PyShell.py b/Lib/idlelib/PyShell.py index 4a68b198dc..6bbd45678a 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. |