summaryrefslogtreecommitdiff
path: root/Mac/scripts/ConfigurePython.py
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>1996-04-10 14:52:18 +0000
committerJack Jansen <jack.jansen@cwi.nl>1996-04-10 14:52:18 +0000
commit822a30b0eea58028eca93b34d7674fc511bbdbce (patch)
treecf2fe2d115e253fc638bec991cebe17102ef8e09 /Mac/scripts/ConfigurePython.py
parent270f411f177f2e3b372f05cb470cc27ea154e4f9 (diff)
downloadcpython-git-822a30b0eea58028eca93b34d7674fc511bbdbce.tar.gz
Added region arg to update calls. And binhex files rebinhexed.
Diffstat (limited to 'Mac/scripts/ConfigurePython.py')
-rw-r--r--Mac/scripts/ConfigurePython.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Mac/scripts/ConfigurePython.py b/Mac/scripts/ConfigurePython.py
index 135dc19e44..59e41d7cee 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"),