summaryrefslogtreecommitdiffstats
path: root/Mac/scripts/fullbuild.py
diff options
context:
space:
mode:
authorJust van Rossum <just@lettererror.com>1999-02-01 01:29:17 (GMT)
committerJust van Rossum <just@lettererror.com>1999-02-01 01:29:17 (GMT)
commite1fb04f694dbd19c3c5d587f734bc6e7337e602e (patch)
treec3536059d5c5f94b90b8f0abaf5cbbe9322cf725 /Mac/scripts/fullbuild.py
parent9d609b4db40194c42385caedd265045938093aec (diff)
downloadcpython-e1fb04f694dbd19c3c5d587f734bc6e7337e602e.zip
cpython-e1fb04f694dbd19c3c5d587f734bc6e7337e602e.tar.gz
cpython-e1fb04f694dbd19c3c5d587f734bc6e7337e602e.tar.bz2
minor cleanup of last patch -- jvr
Diffstat (limited to 'Mac/scripts/fullbuild.py')
-rw-r--r--Mac/scripts/fullbuild.py1
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: