diff --git a/Mac/Tools/macfreeze/macmodulefinder.py b/Mac/Tools/macfreeze/macmodulefinder.py index fd3ac749b37..0a316ad0ba8 100644 --- a/Mac/Tools/macfreeze/macmodulefinder.py +++ b/Mac/Tools/macfreeze/macmodulefinder.py @@ -20,7 +20,9 @@ # (but are if they are found) # MAC_INCLUDE_MODULES=['site', 'exceptions'] -MAC_MAYMISS_MODULES=['posix', 'os2', 'nt', 'dos', 'dospath', 'nturl2path', 'pwd', 'sitecustomize'] +MAC_MAYMISS_MODULES=['posix', 'os2', 'nt', 'ntpath', 'dos', 'dospath', + 'win32api', + 'nturl2path', 'pwd', 'sitecustomize'] # An exception: Missing="macmodulefinder.Missing"