From: Jack Jansen Date: Tue, 20 Mar 2001 21:55:07 +0000 (+0000) Subject: Added riscos modules to modules that don't have to be included. X-Git-Tag: v2.1b2~129 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=26d42df3c122bcd1dd0298dad4e23a3a7c6edb1f;p=thirdparty%2FPython%2Fcpython.git Added riscos modules to modules that don't have to be included. --- diff --git a/Mac/Tools/macfreeze/macmodulefinder.py b/Mac/Tools/macfreeze/macmodulefinder.py index ef3f221bca07..8cd6a00ddd56 100644 --- a/Mac/Tools/macfreeze/macmodulefinder.py +++ b/Mac/Tools/macfreeze/macmodulefinder.py @@ -23,7 +23,9 @@ MAC_INCLUDE_MODULES=['site', 'macfsn'] MAC_MAYMISS_MODULES=['posix', 'os2', 'nt', 'ntpath', 'dos', 'dospath', 'win32api', 'ce', '_winreg', 'nturl2path', 'pwd', 'sitecustomize', - 'org.python.core'] + 'org.python.core', + 'riscos', 'riscosenviron', 'riscospath' + ] # An exception: Missing="macmodulefinder.Missing"