diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2001-03-20 21:55:07 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2001-03-20 21:55:07 (GMT) |
commit | 26d42df3c122bcd1dd0298dad4e23a3a7c6edb1f (patch) | |
tree | 56f07def4f5d1d2e7dd2b0f4ab0d351d7a4cd1bb | |
parent | 6b767ac81aba6e51f9a84efe44d31a1db1e1edba (diff) | |
download | cpython-26d42df3c122bcd1dd0298dad4e23a3a7c6edb1f.zip cpython-26d42df3c122bcd1dd0298dad4e23a3a7c6edb1f.tar.gz cpython-26d42df3c122bcd1dd0298dad4e23a3a7c6edb1f.tar.bz2 |
Added riscos modules to modules that don't have to be included.
-rw-r--r-- | Mac/Tools/macfreeze/macmodulefinder.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Mac/Tools/macfreeze/macmodulefinder.py b/Mac/Tools/macfreeze/macmodulefinder.py index ef3f221..8cd6a00 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" |