Added module "ce" to list of modules known not to exist on the mac.

This commit is contained in:
Jack Jansen 1999-09-30 11:21:24 +00:00
parent e742487ca5
commit a856d9f450
1 changed files with 1 additions and 1 deletions

View File

@ -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']