added ntpath and win32api to MAC_MAYMISS_MODULES -- jvr
This commit is contained in:
parent
49ef0b76bc
commit
f59a89b5e3
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue