summaryrefslogtreecommitdiffstats
path: root/Mac
diff options
context:
space:
mode:
authorJust van Rossum <just@lettererror.com>2000-10-20 07:40:30 (GMT)
committerJust van Rossum <just@lettererror.com>2000-10-20 07:40:30 (GMT)
commit17f944b6f3ec2766b2e402517248625f16188182 (patch)
tree346113933fddc642cc9e4ba05efbcf3ab8af16c8 /Mac
parentc9246615084ec8e798c5cf382a463485b3d53a56 (diff)
downloadcpython-17f944b6f3ec2766b2e402517248625f16188182.zip
cpython-17f944b6f3ec2766b2e402517248625f16188182.tar.gz
cpython-17f944b6f3ec2766b2e402517248625f16188182.tar.bz2
oops, that one caused a syntax error... (jvr)
Diffstat (limited to 'Mac')
-rw-r--r--Mac/Tools/IDE/Splash.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/Tools/IDE/Splash.py b/Mac/Tools/IDE/Splash.py
index 6318810..d8ccb2b 100644
--- a/Mac/Tools/IDE/Splash.py
+++ b/Mac/Tools/IDE/Splash.py
@@ -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