From: Just van Rossum Date: Sat, 30 Jan 1999 22:33:40 +0000 (+0000) Subject: added ntpath and win32api to MAC_MAYMISS_MODULES -- jvr X-Git-Tag: v1.5.2b2~182 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f59a89b5e34ac7db9e69b02a5b558c7cb49a4d9a;p=thirdparty%2FPython%2Fcpython.git added ntpath and win32api to MAC_MAYMISS_MODULES -- jvr --- diff --git a/Mac/Tools/macfreeze/macmodulefinder.py b/Mac/Tools/macfreeze/macmodulefinder.py index fd3ac749b374..0a316ad0ba85 100644 --- a/Mac/Tools/macfreeze/macmodulefinder.py +++ b/Mac/Tools/macfreeze/macmodulefinder.py @@ -20,7 +20,9 @@ except ImportError: # (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"