From 9431e48d238a77422436a6b3e56a4237e87d71ea Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Thu, 26 Dec 2002 21:17:42 +0000 Subject: macfsn is gone. --- Mac/Tools/macfreeze/macmodulefinder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mac/Tools/macfreeze/macmodulefinder.py b/Mac/Tools/macfreeze/macmodulefinder.py index 8cd6a00..285f51f 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', -- cgit v0.12