Added module "ce" to list of modules known not to exist on the mac.
This commit is contained in:
parent
e742487ca5
commit
a856d9f450
|
@ -21,7 +21,7 @@ except ImportError:
|
|||
#
|
||||
MAC_INCLUDE_MODULES=['site', 'exceptions']
|
||||
MAC_MAYMISS_MODULES=['posix', 'os2', 'nt', 'ntpath', 'dos', 'dospath',
|
||||
'win32api',
|
||||
'win32api', 'ce',
|
||||
'nturl2path', 'pwd', 'sitecustomize',
|
||||
'org.python.core']
|
||||
|
||||
|
|
Loading…
Reference in New Issue