removed two redundant lines -- jvr

This commit is contained in:
Just van Rossum 1999-04-24 16:48:34 +00:00
parent dcf17f3860
commit f98e692257

View file

@ -73,10 +73,8 @@ def buildapplication(debug = 0):
return
if tf[-3:] == '.py':
tf = tf[:-3]
logfile = tf[:-3] + '.log'
else:
tf = tf + '.app'
logfile = tf + '.log'
dstfss, ok = macfs.StandardPutFile('Save application as:', tf)
if not ok: