Added module "ce" to list of modules known not to exist on the mac.
diff --git a/Mac/Tools/macfreeze/macmodulefinder.py b/Mac/Tools/macfreeze/macmodulefinder.py
index b19c86d..9897dcf 100644
--- a/Mac/Tools/macfreeze/macmodulefinder.py
+++ b/Mac/Tools/macfreeze/macmodulefinder.py
@@ -21,7 +21,7 @@
 #
 MAC_INCLUDE_MODULES=['site', 'exceptions']
 MAC_MAYMISS_MODULES=['posix', 'os2', 'nt', 'ntpath', 'dos', 'dospath', 
-		'win32api',
+		'win32api', 'ce',
 		'nturl2path', 'pwd', 'sitecustomize',
 		'org.python.core']