Commit 17f944b6 authored by Just van Rossum's avatar Just van Rossum

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

parent c9246615
...@@ -134,7 +134,7 @@ def wait(): ...@@ -134,7 +134,7 @@ def wait():
time = Evt.TickCount() time = Evt.TickCount()
whattext = 0 whattext = 0
while _keepsplashscreenopen: while _keepsplashscreenopen:
) ok, event = Evt.EventAvail(highLevelEventMask) ok, event = Evt.EventAvail(highLevelEventMask)
if ok: if ok:
# got apple event, back to mainloop # got apple event, back to mainloop
break break
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment