[Python-checkins] python/dist/src/Mac/scripts fixfiletypes.py, 1.8, 1.8.10.1

jackjansen at users.sourceforge.net jackjansen at users.sourceforge.net
Mon Aug 4 15:06:20 EDT 2003


Update of /cvsroot/python/python/dist/src/Mac/scripts
In directory sc8-pr-cvs1:/tmp/cvs-serv17341/scripts

Modified Files:
      Tag: release23-branch
	fixfiletypes.py 
Log Message:
Files used for MacPython 2.3 distribution.

Index: fixfiletypes.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/scripts/fixfiletypes.py,v
retrieving revision 1.8
retrieving revision 1.8.10.1
diff -C2 -d -r1.8 -r1.8.10.1
*** fixfiletypes.py	6 Feb 2003 23:13:11 -0000	1.8
--- fixfiletypes.py	4 Aug 2003 21:06:17 -0000	1.8.10.1
***************
*** 35,39 ****
  					if change:
  						MacOS.SetCreatorAndType(name, cr, tp)
! 						macostools.touched(fs)
  						print 'Fixed ', name
  					else:
--- 35,39 ----
  					if change:
  						MacOS.SetCreatorAndType(name, cr, tp)
! 						#macostools.touched(fs)
  						print 'Fixed ', name
  					else:
***************
*** 52,56 ****
  	
  if __name__ == '__main__':
! 	run(0)
  	
  	
--- 52,56 ----
  	
  if __name__ == '__main__':
! 	run(1)
  	
  	





More information about the Python-checkins mailing list