diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 1995-11-30 15:16:42 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 1995-11-30 15:16:42 (GMT) |
commit | 8b13703fc8d43a164e8f6dc1c5b08342f1b6ba69 (patch) | |
tree | d1aaa2968420d77e3a347ba26c2672fe4050b24d /Mac | |
parent | cb4eaadd688d1ebce9ec46334966d8bb0f0fd199 (diff) | |
download | cpython-8b13703fc8d43a164e8f6dc1c5b08342f1b6ba69.zip cpython-8b13703fc8d43a164e8f6dc1c5b08342f1b6ba69.tar.gz cpython-8b13703fc8d43a164e8f6dc1c5b08342f1b6ba69.tar.bz2 |
Added Cm.slb, the component mgr interface
Diffstat (limited to 'Mac')
-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 8ecd982..8ded350 100644 --- a/Mac/scripts/ConfigurePython.py +++ b/Mac/scripts/ConfigurePython.py @@ -75,6 +75,7 @@ goals = [ ("mactcp.slb", "mactcpmodules.slb"), ("macdnr.slb", "mactcpmodules.slb"), ("AE.slb", "toolboxmodules.slb"), + ("Cm.slb", "toolboxmodules.slb"), ("Ctl.slb", "toolboxmodules.slb"), ("Dlg.slb", "toolboxmodules.slb"), ("Evt.slb", "toolboxmodules.slb"), |