Commit 5ce49d48 authored by Just van Rossum's avatar Just van Rossum

minor cleanup of last patch -- jvr

parent d39d8d0e
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment