summaryrefslogtreecommitdiffstats
path: root/Mac/Tools/macfreeze/macmodulefinder.py
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>1999-09-30 11:21:24 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>1999-09-30 11:21:24 (GMT)
commita856d9f450f86e86afae41be267f41d08ac58025 (patch)
treee134ce79476354a0a332211904ccff3e7a78cbc0 /Mac/Tools/macfreeze/macmodulefinder.py
parente742487ca506dfe7c71ae6122088b2a680881618 (diff)
downloadcpython-a856d9f450f86e86afae41be267f41d08ac58025.zip
cpython-a856d9f450f86e86afae41be267f41d08ac58025.tar.gz
cpython-a856d9f450f86e86afae41be267f41d08ac58025.tar.bz2
Added module "ce" to list of modules known not to exist on the mac.
Diffstat (limited to 'Mac/Tools/macfreeze/macmodulefinder.py')
-rw-r--r--Mac/Tools/macfreeze/macmodulefinder.py2
1 files changed, 1 insertions, 1 deletions
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 @@ 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']