From: Jack Jansen Date: Wed, 17 May 2000 13:27:09 +0000 (+0000) Subject: macfsn should always be included, like exceptions and site. X-Git-Tag: v2.0b1~1718 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8a6d4d9cca09f962b6c1b0c2d5f787d96c223d12;p=python macfsn should always be included, like exceptions and site. --- diff --git a/Mac/Tools/macfreeze/macmodulefinder.py b/Mac/Tools/macfreeze/macmodulefinder.py index e89b9903e7..166942dad6 100644 --- a/Mac/Tools/macfreeze/macmodulefinder.py +++ b/Mac/Tools/macfreeze/macmodulefinder.py @@ -19,7 +19,7 @@ except ImportError: # Modules that must be included, and modules that need not be included # (but are if they are found) # -MAC_INCLUDE_MODULES=['site', 'exceptions'] +MAC_INCLUDE_MODULES=['site', 'exceptions', 'macfsn'] MAC_MAYMISS_MODULES=['posix', 'os2', 'nt', 'ntpath', 'dos', 'dospath', 'win32api', 'ce', 'nturl2path', 'pwd', 'sitecustomize',