From 17f944b6f3ec2766b2e402517248625f16188182 Mon Sep 17 00:00:00 2001 From: Just van Rossum Date: Fri, 20 Oct 2000 07:40:30 +0000 Subject: oops, that one caused a syntax error... (jvr) --- Mac/Tools/IDE/Splash.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12