From 8a6d4d9cca09f962b6c1b0c2d5f787d96c223d12 Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Wed, 17 May 2000 13:27:09 +0000 Subject: macfsn should always be included, like exceptions and site. --- 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 e89b990..166942d 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', -- cgit v0.12