From: Just van Rossum Date: Sat, 24 Apr 1999 16:51:22 +0000 (+0000) Subject: added 'org.python.core' to the maymiss list (pickly.py tries to import it, probably... X-Git-Tag: v1.6a1~1466 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d9f3c94478190e889bcb6ec46887aaa857e6ab54;p=python added 'org.python.core' to the maymiss list (pickly.py tries to import it, probably for JPython support) -- jvr --- diff --git a/Mac/Tools/macfreeze/macmodulefinder.py b/Mac/Tools/macfreeze/macmodulefinder.py index 0a316ad0ba..0af04258a1 100644 --- a/Mac/Tools/macfreeze/macmodulefinder.py +++ b/Mac/Tools/macfreeze/macmodulefinder.py @@ -22,7 +22,8 @@ except ImportError: MAC_INCLUDE_MODULES=['site', 'exceptions'] MAC_MAYMISS_MODULES=['posix', 'os2', 'nt', 'ntpath', 'dos', 'dospath', 'win32api', - 'nturl2path', 'pwd', 'sitecustomize'] + 'nturl2path', 'pwd', 'sitecustomize', + 'org.python.core'] # An exception: Missing="macmodulefinder.Missing"