summaryrefslogtreecommitdiff
path: root/Mac/Tools
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2002-12-26 21:17:42 +0000
committerJack Jansen <jack.jansen@cwi.nl>2002-12-26 21:17:42 +0000
commite9beb921f063af4748f4f1173dcf351594c1fd88 (patch)
treece25ec2d1c4f49c399d37130e5ea4367d63c3440 /Mac/Tools
parent6eaa062d202bf63a8cdfd0d078977c39b412dcf7 (diff)
downloadcpython-e9beb921f063af4748f4f1173dcf351594c1fd88.tar.gz
macfsn is gone.
Diffstat (limited to 'Mac/Tools')
-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 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',