diff options
| author | Just van Rossum <just@lettererror.com> | 2000-10-20 07:40:30 +0000 |
|---|---|---|
| committer | Just van Rossum <just@lettererror.com> | 2000-10-20 07:40:30 +0000 |
| commit | 17f944b6f3ec2766b2e402517248625f16188182 (patch) | |
| tree | 346113933fddc642cc9e4ba05efbcf3ab8af16c8 | |
| parent | c9246615084ec8e798c5cf382a463485b3d53a56 (diff) | |
| download | cpython-git-17f944b6f3ec2766b2e402517248625f16188182.tar.gz | |
oops, that one caused a syntax error... (jvr)
| -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 6318810cb9..d8ccb2b97d 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 |
