mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
oops, that one caused a syntax error... (jvr)
This commit is contained in:
parent
c924661508
commit
17f944b6f3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue