Commit b60d103d authored by Terry Jan Reedy's avatar Terry Jan Reedy

whitespace

parent ca33d56f
...@@ -1556,7 +1556,7 @@ def main(): ...@@ -1556,7 +1556,7 @@ def main():
root.withdraw() root.withdraw()
flist = PyShellFileList(root) flist = PyShellFileList(root)
macosxSupport.setupApp(root, flist) macosxSupport.setupApp(root, flist)
if macosxSupport.isAquaTk(): if macosxSupport.isAquaTk():
# There are some screwed up <2> class bindings for text # There are some screwed up <2> class bindings for text
# widgets defined in Tk which we need to do away with. # widgets defined in Tk which we need to do away with.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment