From: Jack Jansen Date: Thu, 26 Dec 2002 21:17:42 +0000 (+0000) Subject: macfsn is gone. X-Git-Tag: v2.3c1~2869 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9431e48d238a77422436a6b3e56a4237e87d71ea;p=python macfsn is gone. --- diff --git a/Mac/Tools/macfreeze/macmodulefinder.py b/Mac/Tools/macfreeze/macmodulefinder.py index 8cd6a00ddd..285f51f903 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', 'macfsn'] +MAC_INCLUDE_MODULES=['site'] MAC_MAYMISS_MODULES=['posix', 'os2', 'nt', 'ntpath', 'dos', 'dospath', 'win32api', 'ce', '_winreg', 'nturl2path', 'pwd', 'sitecustomize',