mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +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()
|
||||
whattext = 0
|
||||
while _keepsplashscreenopen:
|
||||
) ok, event = Evt.EventAvail(highLevelEventMask)
|
||||
ok, event = Evt.EventAvail(highLevelEventMask)
|
||||
if ok:
|
||||
# got apple event, back to mainloop
|
||||
break
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue