From: Jack Jansen Date: Thu, 30 Sep 1999 11:21:24 +0000 (+0000) Subject: Added module "ce" to list of modules known not to exist on the mac. X-Git-Tag: v1.6a1~855 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a856d9f450f86e86afae41be267f41d08ac58025;p=python 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 b19c86dcab..9897dcff53 100644 --- a/Mac/Tools/macfreeze/macmodulefinder.py +++ b/Mac/Tools/macfreeze/macmodulefinder.py @@ -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']