From 26d42df3c122bcd1dd0298dad4e23a3a7c6edb1f Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Tue, 20 Mar 2001 21:55:07 +0000 Subject: [PATCH] Added riscos modules to modules that don't have to be included. --- Mac/Tools/macfreeze/macmodulefinder.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Mac/Tools/macfreeze/macmodulefinder.py b/Mac/Tools/macfreeze/macmodulefinder.py index ef3f221bca0..8cd6a00ddd5 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"