Commit f98e6922 authored by Just van Rossum's avatar Just van Rossum

removed two redundant lines -- jvr

parent dcf17f38
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment