mirror of https://github.com/python/cpython.git
parent
cbb5d4972f
commit
0b1f1b5145
|
@ -94,7 +94,6 @@ def buildcopy(top, dummy, list):
|
|||
for src, dst in list:
|
||||
src = os.path.join(top, src)
|
||||
dst = os.path.join(top, dst)
|
||||
import pdb ; pdb.set_trace()
|
||||
macostools.copy(src, dst)
|
||||
|
||||
def main():
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue