Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e1fb04f

Browse files
author
Just van Rossum
committed
minor cleanup of last patch -- jvr
1 parent 9d609b4 commit e1fb04f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Mac/scripts/fullbuild.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ def buildapplet(top, dummy, list):
100100
if src[-3:] != '.py':
101101
raise 'Should end in .py', src
102102
base = os.path.basename(src)
103-
#dst = os.path.join(top, base)[:-3]
104103
src = os.path.join(top, src)
105104
dst = os.path.join(top, dst)
106105
try:

0 commit comments

Comments
 (0)