mirror of
https://github.com/python/cpython.git
synced 2025-07-23 03:05:38 +00:00
- Removed debug
- Make sure splash screens are visible
This commit is contained in:
parent
cbb5d4972f
commit
0b1f1b5145
2 changed files with 1 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue