oops, that one caused a syntax error... (jvr)

This commit is contained in:
Just van Rossum 2000-10-20 07:40:30 +00:00
parent c924661508
commit 17f944b6f3

View file

@ -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