diff options
Diffstat (limited to 'Mac/Tools')
-rw-r--r-- | Mac/Tools/macfreeze/macmodulefinder.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Mac/Tools/macfreeze/macmodulefinder.py b/Mac/Tools/macfreeze/macmodulefinder.py index 0a316ad..0af0425 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" |