summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2002-12-26 21:17:42 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2002-12-26 21:17:42 (GMT)
commit9431e48d238a77422436a6b3e56a4237e87d71ea (patch)
tree8e15dc86cffcb28671e097760fdc55ac98fc2964
parent6dd561bdfd532f63d5013ab88d3feb7dc5c8cd3f (diff)
downloadcpython-9431e48d238a77422436a6b3e56a4237e87d71ea.zip
cpython-9431e48d238a77422436a6b3e56a4237e87d71ea.tar.gz
cpython-9431e48d238a77422436a6b3e56a4237e87d71ea.tar.bz2
macfsn is gone.
-rw-r--r--Mac/Tools/macfreeze/macmodulefinder.py2
1 files changed, 1 insertions, 1 deletions
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',