added ntpath and win32api to MAC_MAYMISS_MODULES -- jvr

This commit is contained in:
Just van Rossum 1999-01-30 22:33:40 +00:00
parent 49ef0b76bc
commit f59a89b5e3
1 changed files with 3 additions and 1 deletions

View File

@ -20,7 +20,9 @@ except ImportError:
# (but are if they are found)
#
MAC_INCLUDE_MODULES=['site', 'exceptions']
MAC_MAYMISS_MODULES=['posix', 'os2', 'nt', 'dos', 'dospath', 'nturl2path', 'pwd', 'sitecustomize']
MAC_MAYMISS_MODULES=['posix', 'os2', 'nt', 'ntpath', 'dos', 'dospath',
'win32api',
'nturl2path', 'pwd', 'sitecustomize']
# An exception:
Missing="macmodulefinder.Missing"