commit | 0b1f1b514524c4ee13e59e3695a4a06c6be119d1 | [log] [tgz] |
---|---|---|
author | Jack Jansen <jack.jansen@cwi.nl> | Sat Feb 17 23:39:35 2001 +0000 |
committer | Jack Jansen <jack.jansen@cwi.nl> | Sat Feb 17 23:39:35 2001 +0000 |
tree | 497623212eb31216232221117d9b0f702c84cb03 | |
parent | cbb5d4972f07423ce51d6181ffad8b14b07594bf [diff] |
- Removed debug - Make sure splash screens are visible
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 @@ 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():
diff --git a/Mac/scripts/ConfigurePython.rsrc b/Mac/scripts/ConfigurePython.rsrc index 922cbc2..b15bd1d 100644 --- a/Mac/scripts/ConfigurePython.rsrc +++ b/Mac/scripts/ConfigurePython.rsrc Binary files differ