]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
minor cleanup of last patch -- jvr
authorJust van Rossum <just@lettererror.com>
Mon, 1 Feb 1999 01:29:17 +0000 (01:29 +0000)
committerJust van Rossum <just@lettererror.com>
Mon, 1 Feb 1999 01:29:17 +0000 (01:29 +0000)
Mac/scripts/fullbuild.py

index 64adda96aea08393178798c4447780c9823150cf..76bdc49d54d1fbdaacbe34e0a89d6a2dd95ea091 100644 (file)
@@ -100,7 +100,6 @@ def buildapplet(top, dummy, list):
                if src[-3:] != '.py':
                        raise 'Should end in .py', src
                base = os.path.basename(src)
-               #dst = os.path.join(top, base)[:-3]
                src = os.path.join(top, src)
                dst = os.path.join(top, dst)
                try: