Added riscos modules to modules that don't have to be included.

This commit is contained in:
Jack Jansen 2001-03-20 21:55:07 +00:00
parent 6b767ac81a
commit 26d42df3c1
1 changed files with 3 additions and 1 deletions

View File

@ -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"