summaryrefslogtreecommitdiffstats
path: root/Mac/scripts/BuildApplication.py
diff options
context:
space:
mode:
authorJust van Rossum <just@lettererror.com>1999-04-24 16:48:34 (GMT)
committerJust van Rossum <just@lettererror.com>1999-04-24 16:48:34 (GMT)
commitf98e692257a670026ebf64f83d99a78180d84f1a (patch)
tree91ad3e969d3f875c9340d0d500d41b1a0752a697 /Mac/scripts/BuildApplication.py
parentdcf17f3860641a7fcf6234aa5c1f8bf6cb5f2d58 (diff)
downloadcpython-f98e692257a670026ebf64f83d99a78180d84f1a.zip
cpython-f98e692257a670026ebf64f83d99a78180d84f1a.tar.gz
cpython-f98e692257a670026ebf64f83d99a78180d84f1a.tar.bz2
removed two redundant lines -- jvr
Diffstat (limited to 'Mac/scripts/BuildApplication.py')
-rw-r--r--Mac/scripts/BuildApplication.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Mac/scripts/BuildApplication.py b/Mac/scripts/BuildApplication.py
index 957bf6c..58499f6 100644
--- a/Mac/scripts/BuildApplication.py
+++ b/Mac/scripts/BuildApplication.py
@@ -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: