From d9f3c94478190e889bcb6ec46887aaa857e6ab54 Mon Sep 17 00:00:00 2001 From: Just van Rossum Date: Sat, 24 Apr 1999 16:51:22 +0000 Subject: [PATCH] added 'org.python.core' to the maymiss list (pickly.py tries to import it, probably for JPython support) -- jvr --- Mac/Tools/macfreeze/macmodulefinder.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" -- 2.40.0