]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
removed two redundant lines -- jvr
authorJust van Rossum <just@lettererror.com>
Sat, 24 Apr 1999 16:48:34 +0000 (16:48 +0000)
committerJust van Rossum <just@lettererror.com>
Sat, 24 Apr 1999 16:48:34 +0000 (16:48 +0000)
Mac/scripts/BuildApplication.py

index 957bf6cc640b2514cbaf52b31bc8e33fafb14386..58499f6bb1f9d0a96efc1d34b0e0a72baa41e030 100644 (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: