From: Jack Jansen Date: Sun, 19 Aug 2001 22:30:31 +0000 (+0000) Subject: Step 1 in packaging the toolbox modules and making MacPython more X-Git-Tag: v2.2a3~420 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ad251c7516853d4d753035b3cac10d5ca8c4b0e4;p=python Step 1 in packaging the toolbox modules and making MacPython more like normal Python. toolbox modules are now in the Carbon package in :Mac:Lib, with a workaround flat namespace in :Mac:Lib:lib-compat. Other dynamic modules are in :Lib:lib-dynload. :Mac:Lib:lib-toolbox and :Mac:Plugins are gone. --- diff --git a/Mac/PlugIns/readme.txt b/Mac/PlugIns/readme.txt deleted file mode 100644 index 9005650628..0000000000 --- a/Mac/PlugIns/readme.txt +++ /dev/null @@ -1 +0,0 @@ -This folder contains the dynamically loaded extension modules for MacPython.