diff options
author | Just van Rossum <just@lettererror.com> | 1999-02-01 01:29:17 (GMT) |
---|---|---|
committer | Just van Rossum <just@lettererror.com> | 1999-02-01 01:29:17 (GMT) |
commit | e1fb04f694dbd19c3c5d587f734bc6e7337e602e (patch) | |
tree | c3536059d5c5f94b90b8f0abaf5cbbe9322cf725 /Mac/scripts | |
parent | 9d609b4db40194c42385caedd265045938093aec (diff) | |
download | cpython-e1fb04f694dbd19c3c5d587f734bc6e7337e602e.zip cpython-e1fb04f694dbd19c3c5d587f734bc6e7337e602e.tar.gz cpython-e1fb04f694dbd19c3c5d587f734bc6e7337e602e.tar.bz2 |
minor cleanup of last patch -- jvr
Diffstat (limited to 'Mac/scripts')
-rw-r--r-- | Mac/scripts/fullbuild.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Mac/scripts/fullbuild.py b/Mac/scripts/fullbuild.py index 64adda9..76bdc49 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: |