[Python-checkins] CVS: python/dist/src/Mac/Lib findertools.py,1.6,1.6.4.1

Jack Jansen jackjansen@users.sourceforge.net
Wed, 25 Jul 2001 13:41:16 -0700


Update of /cvsroot/python/python/dist/src/Mac/Lib
In directory usw-pr-cvs1:/tmp/cvs-serv16090/Python/Mac/Lib

Modified Files:
      Tag: release21-maint
	findertools.py 
Log Message:
Put 1.7 fix in maintainance branch (removed erronuous findertools reference).

Index: findertools.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Lib/findertools.py,v
retrieving revision 1.6
retrieving revision 1.6.4.1
diff -C2 -d -r1.6 -r1.6.4.1
*** findertools.py	2001/05/17 12:44:31	1.6
--- findertools.py	2001/07/25 20:41:14	1.6.4.1
***************
*** 682,686 ****
  	fss = macfs.FSSpec(path)
  	trashfolder = macfs.FSSpec(macfs.FindFolder(fss.as_tuple()[0], 'trsh', 0) + ("",)).as_pathname()
! 	findertools.move(path, trashfolder)
  
  def emptytrash():
--- 682,686 ----
  	fss = macfs.FSSpec(path)
  	trashfolder = macfs.FSSpec(macfs.FindFolder(fss.as_tuple()[0], 'trsh', 0) + ("",)).as_pathname()
! 	move(path, trashfolder)
  
  def emptytrash():