mirror of
https://github.com/python/cpython.git
synced 2025-07-23 03:05:38 +00:00
minor cleanup of last patch -- jvr
This commit is contained in:
parent
9d609b4db4
commit
e1fb04f694
1 changed files with 0 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue