diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2001-02-17 23:39:35 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2001-02-17 23:39:35 (GMT) |
commit | 0b1f1b514524c4ee13e59e3695a4a06c6be119d1 (patch) | |
tree | 497623212eb31216232221117d9b0f702c84cb03 /Mac/scripts/ConfigurePython.py | |
parent | cbb5d4972f07423ce51d6181ffad8b14b07594bf (diff) | |
download | cpython-0b1f1b514524c4ee13e59e3695a4a06c6be119d1.zip cpython-0b1f1b514524c4ee13e59e3695a4a06c6be119d1.tar.gz cpython-0b1f1b514524c4ee13e59e3695a4a06c6be119d1.tar.bz2 |
- Removed debug
- Make sure splash screens are visible
Diffstat (limited to 'Mac/scripts/ConfigurePython.py')
-rw-r--r-- | Mac/scripts/ConfigurePython.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Mac/scripts/ConfigurePython.py b/Mac/scripts/ConfigurePython.py index c77b0ab..9da7baf 100644 --- a/Mac/scripts/ConfigurePython.py +++ b/Mac/scripts/ConfigurePython.py @@ -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(): |