diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 1996-04-10 14:52:18 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 1996-04-10 14:52:18 (GMT) |
commit | 822a30b0eea58028eca93b34d7674fc511bbdbce (patch) | |
tree | cf2fe2d115e253fc638bec991cebe17102ef8e09 /Mac/scripts/ConfigurePython.py | |
parent | 270f411f177f2e3b372f05cb470cc27ea154e4f9 (diff) | |
download | cpython-822a30b0eea58028eca93b34d7674fc511bbdbce.zip cpython-822a30b0eea58028eca93b34d7674fc511bbdbce.tar.gz cpython-822a30b0eea58028eca93b34d7674fc511bbdbce.tar.bz2 |
Added region arg to update calls. And binhex files rebinhexed.
Diffstat (limited to 'Mac/scripts/ConfigurePython.py')
-rw-r--r-- | Mac/scripts/ConfigurePython.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Mac/scripts/ConfigurePython.py b/Mac/scripts/ConfigurePython.py index 135dc19..59e41d7 100644 --- a/Mac/scripts/ConfigurePython.py +++ b/Mac/scripts/ConfigurePython.py @@ -86,6 +86,7 @@ goals = [ ("Qt.slb", "toolboxmodules.slb"), ("Res.slb", "toolboxmodules.slb"), ("Snd.slb", "toolboxmodules.slb"), + ("TE.slb", "toolboxmodules.slb"), ("Win.slb", "toolboxmodules.slb"), ("imgcolormap.slb", "imgmodules.slb"), ("imgformat.slb", "imgmodules.slb"), |