[Python-checkins] python/dist/src/Mac/Tools/macfreeze macmodulefinder.py,1.10,1.11

jackjansen@users.sourceforge.net jackjansen@users.sourceforge.net
Thu, 26 Dec 2002 13:17:44 -0800


Update of /cvsroot/python/python/dist/src/Mac/Tools/macfreeze
In directory sc8-pr-cvs1:/tmp/cvs-serv16480/Tools/macfreeze

Modified Files:
	macmodulefinder.py 
Log Message:
macfsn is gone.


Index: macmodulefinder.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Tools/macfreeze/macmodulefinder.py,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** macmodulefinder.py	20 Mar 2001 21:55:07 -0000	1.10
--- macmodulefinder.py	26 Dec 2002 21:17:42 -0000	1.11
***************
*** 20,24 ****
  # (but are if they are found)
  #
! MAC_INCLUDE_MODULES=['site', 'macfsn']
  MAC_MAYMISS_MODULES=['posix', 'os2', 'nt', 'ntpath', 'dos', 'dospath', 
  		'win32api', 'ce', '_winreg',
--- 20,24 ----
  # (but are if they are found)
  #
! MAC_INCLUDE_MODULES=['site']
  MAC_MAYMISS_MODULES=['posix', 'os2', 'nt', 'ntpath', 'dos', 'dospath', 
  		'win32api', 'ce', '_winreg',