mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
removed two redundant lines -- jvr
This commit is contained in:
parent
dcf17f3860
commit
f98e692257
1 changed files with 0 additions and 2 deletions
|
|
@ -73,10 +73,8 @@ def buildapplication(debug = 0):
|
||||||
return
|
return
|
||||||
if tf[-3:] == '.py':
|
if tf[-3:] == '.py':
|
||||||
tf = tf[:-3]
|
tf = tf[:-3]
|
||||||
logfile = tf[:-3] + '.log'
|
|
||||||
else:
|
else:
|
||||||
tf = tf + '.app'
|
tf = tf + '.app'
|
||||||
logfile = tf + '.log'
|
|
||||||
|
|
||||||
dstfss, ok = macfs.StandardPutFile('Save application as:', tf)
|
dstfss, ok = macfs.StandardPutFile('Save application as:', tf)
|
||||||
if not ok:
|
if not ok:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue