]> granicus.if.org Git - python/commitdiff
added ntpath and win32api to MAC_MAYMISS_MODULES -- jvr
authorJust van Rossum <just@lettererror.com>
Sat, 30 Jan 1999 22:33:40 +0000 (22:33 +0000)
committerJust van Rossum <just@lettererror.com>
Sat, 30 Jan 1999 22:33:40 +0000 (22:33 +0000)
Mac/Tools/macfreeze/macmodulefinder.py

index fd3ac749b374b5b20c03479154fad75e13d494da..0a316ad0ba852aa41bc48b7441920a1b3f2a8a86 100644 (file)
@@ -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"