]> granicus.if.org Git - python/commitdiff
macfsn should always be included, like exceptions and site.
authorJack Jansen <jack.jansen@cwi.nl>
Wed, 17 May 2000 13:27:09 +0000 (13:27 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Wed, 17 May 2000 13:27:09 +0000 (13:27 +0000)
Mac/Tools/macfreeze/macmodulefinder.py

index e89b9903e7a5bbbf1c336e8ab88f3ee44654df08..166942dad60bdb0d8856be4ae3b697eb012ae421 100644 (file)
@@ -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',