summaryrefslogtreecommitdiffstats
path: root/Mac/scripts/ConfigurePython.py
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>1999-01-25 12:39:39 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>1999-01-25 12:39:39 (GMT)
commitc94e7854d0ae3bfb36c273df5ccf2c0a5ae942e2 (patch)
treefaa36fb7435efc5c5dc0c2f05ceeeb01d29c51b1 /Mac/scripts/ConfigurePython.py
parentd26e1a0d3fd1615599091d9ecea6f307ea236395 (diff)
downloadcpython-c94e7854d0ae3bfb36c273df5ccf2c0a5ae942e2.zip
cpython-c94e7854d0ae3bfb36c273df5ccf2c0a5ae942e2.tar.gz
cpython-c94e7854d0ae3bfb36c273df5ccf2c0a5ae942e2.tar.bz2
Added Icn module to toolboxmodules
Diffstat (limited to 'Mac/scripts/ConfigurePython.py')
-rw-r--r--Mac/scripts/ConfigurePython.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/Mac/scripts/ConfigurePython.py b/Mac/scripts/ConfigurePython.py
index a6a1a4d..4065b84 100644
--- a/Mac/scripts/ConfigurePython.py
+++ b/Mac/scripts/ConfigurePython.py
@@ -26,6 +26,7 @@ ppc_goals = [
("Evt.ppc.slb", "toolboxmodules.ppc.slb"),
("Fm.ppc.slb", "toolboxmodules.ppc.slb"),
("Help.ppc.slb", "toolboxmodules.ppc.slb"),
+ ("Icn.ppc.slb", "toolboxmodules.ppc.slb"),
("Menu.ppc.slb", "toolboxmodules.ppc.slb"),
("List.ppc.slb", "toolboxmodules.ppc.slb"),
("Qd.ppc.slb", "toolboxmodules.ppc.slb"),
@@ -58,6 +59,7 @@ cfm68k_goals = [
("Evt.CFM68K.slb", "toolboxmodules.CFM68K.slb"),
("Fm.CFM68K.slb", "toolboxmodules.CFM68K.slb"),
("Help.CFM68K.slb", "toolboxmodules.CFM68K.slb"),
+ ("Icn.CFM68K.slb", "toolboxmodules.CFM68K.slb"),
("Menu.CFM68K.slb", "toolboxmodules.CFM68K.slb"),
("List.CFM68K.slb", "toolboxmodules.CFM68K.slb"),
("Qd.CFM68K.slb", "toolboxmodules.CFM68K.slb"),