diff options
author | Just van Rossum <just@lettererror.com> | 2000-10-20 07:40:30 (GMT) |
---|---|---|
committer | Just van Rossum <just@lettererror.com> | 2000-10-20 07:40:30 (GMT) |
commit | 17f944b6f3ec2766b2e402517248625f16188182 (patch) | |
tree | 346113933fddc642cc9e4ba05efbcf3ab8af16c8 /Mac/Tools | |
parent | c9246615084ec8e798c5cf382a463485b3d53a56 (diff) | |
download | cpython-17f944b6f3ec2766b2e402517248625f16188182.zip cpython-17f944b6f3ec2766b2e402517248625f16188182.tar.gz cpython-17f944b6f3ec2766b2e402517248625f16188182.tar.bz2 |
oops, that one caused a syntax error... (jvr)
Diffstat (limited to 'Mac/Tools')
-rw-r--r-- | Mac/Tools/IDE/Splash.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/Tools/IDE/Splash.py b/Mac/Tools/IDE/Splash.py index 6318810..d8ccb2b 100644 --- a/Mac/Tools/IDE/Splash.py +++ b/Mac/Tools/IDE/Splash.py @@ -134,7 +134,7 @@ def wait(): time = Evt.TickCount() whattext = 0 while _keepsplashscreenopen: -) ok, event = Evt.EventAvail(highLevelEventMask) + ok, event = Evt.EventAvail(highLevelEventMask) if ok: # got apple event, back to mainloop break |