]> granicus.if.org Git - python/commitdiff
Added module "ce" to list of modules known not to exist on the mac.
authorJack Jansen <jack.jansen@cwi.nl>
Thu, 30 Sep 1999 11:21:24 +0000 (11:21 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Thu, 30 Sep 1999 11:21:24 +0000 (11:21 +0000)
Mac/Tools/macfreeze/macmodulefinder.py

index b19c86dcab5484794cac00d7796d922cdf5892c1..9897dcff5319ea73999b223cc58952d7ec951251 100644 (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']