Don't make even the _slightest_ modification between test and checkin,

or you will break something:-)
This commit is contained in:
Jack Jansen 2001-08-23 13:25:59 +00:00
parent 0eb936b47d
commit be92af0e2a
1 changed files with 1 additions and 1 deletions

View File

@ -1478,7 +1478,7 @@ class Tk(Misc, Wm):
if ext not in ('.py', '.pyc', '.pyo'):
baseName = baseName + ext
self.tk = _tkinter.create(screenName, baseName, className)
if _MacOS and hasattr(MacOS, 'SchedParams'):
if _MacOS and hasattr(_MacOS, 'SchedParams'):
# Disable event scanning except for Command-Period
_MacOS.SchedParams(1, 0)
# Work around nasty MacTk bug