summaryrefslogtreecommitdiffstats
path: root/Lib/lib-tk
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2001-08-23 13:25:59 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2001-08-23 13:25:59 (GMT)
commitbe92af0e2ae1fe7c677f62361da4b45183603b09 (patch)
tree56244e73a34b0fdd7208e8ef92f710db8471ef9a /Lib/lib-tk
parent0eb936b47d3cbdee1aa810bba25eb739a146dca6 (diff)
downloadcpython-be92af0e2ae1fe7c677f62361da4b45183603b09.zip
cpython-be92af0e2ae1fe7c677f62361da4b45183603b09.tar.gz
cpython-be92af0e2ae1fe7c677f62361da4b45183603b09.tar.bz2
Don't make even the _slightest_ modification between test and checkin,
or you will break something:-)
Diffstat (limited to 'Lib/lib-tk')
-rw-r--r--Lib/lib-tk/Tkinter.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/lib-tk/Tkinter.py b/Lib/lib-tk/Tkinter.py
index f8366cb..746adf1 100644
--- a/Lib/lib-tk/Tkinter.py
+++ b/Lib/lib-tk/Tkinter.py
@@ -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