summaryrefslogtreecommitdiffstats
path: root/Mac/Tools/macfreeze/macmodulefinder.py
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2001-03-20 21:55:07 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2001-03-20 21:55:07 (GMT)
commit26d42df3c122bcd1dd0298dad4e23a3a7c6edb1f (patch)
tree56f07def4f5d1d2e7dd2b0f4ab0d351d7a4cd1bb /Mac/Tools/macfreeze/macmodulefinder.py
parent6b767ac81aba6e51f9a84efe44d31a1db1e1edba (diff)
downloadcpython-26d42df3c122bcd1dd0298dad4e23a3a7c6edb1f.zip
cpython-26d42df3c122bcd1dd0298dad4e23a3a7c6edb1f.tar.gz
cpython-26d42df3c122bcd1dd0298dad4e23a3a7c6edb1f.tar.bz2
Added riscos modules to modules that don't have to be included.
Diffstat (limited to 'Mac/Tools/macfreeze/macmodulefinder.py')
-rw-r--r--Mac/Tools/macfreeze/macmodulefinder.py4
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"