projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6dd561b
)
macfsn is gone.
author
Jack Jansen
<jack.jansen@cwi.nl>
Thu, 26 Dec 2002 21:17:42 +0000
(21:17 +0000)
committer
Jack Jansen
<jack.jansen@cwi.nl>
Thu, 26 Dec 2002 21:17:42 +0000
(21:17 +0000)
Mac/Tools/macfreeze/macmodulefinder.py
patch
|
blob
|
history
diff --git
a/Mac/Tools/macfreeze/macmodulefinder.py
b/Mac/Tools/macfreeze/macmodulefinder.py
index 8cd6a00ddd563f4d383374771e1a0e0621897aab..285f51f90348f091b2c407181786aed8ef08fb70 100644
(file)
--- 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',