added 'org.python.core' to the maymiss list (pickly.py tries to import it, probably for JPython support) -- jvr

This commit is contained in:
Just van Rossum 1999-04-24 16:51:22 +00:00
parent f98e692257
commit d9f3c94478

View file

@ -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"