From: Just van Rossum Date: Mon, 1 Feb 1999 01:29:17 +0000 (+0000) Subject: minor cleanup of last patch -- jvr X-Git-Tag: v1.5.2b2~175 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e1fb04f694dbd19c3c5d587f734bc6e7337e602e;p=thirdparty%2FPython%2Fcpython.git minor cleanup of last patch -- jvr --- diff --git a/Mac/scripts/fullbuild.py b/Mac/scripts/fullbuild.py index 64adda96aea0..76bdc49d54d1 100644 --- a/Mac/scripts/fullbuild.py +++ b/Mac/scripts/fullbuild.py @@ -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: