]> granicus.if.org Git - python/commitdiff
oops, that one caused a syntax error... (jvr)
authorJust van Rossum <just@lettererror.com>
Fri, 20 Oct 2000 07:40:30 +0000 (07:40 +0000)
committerJust van Rossum <just@lettererror.com>
Fri, 20 Oct 2000 07:40:30 +0000 (07:40 +0000)
Mac/Tools/IDE/Splash.py

index 6318810cb92c1618a963cdfae026be09e1230286..d8ccb2b97d797cb0395a67ed80d4de5fae3ecb35 100644 (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