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

Jack Jansen jackjansen@users.sourceforge.net
Tue, 24 Jul 2001 04:37:26 -0700


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

Modified Files:
	findertools.py 
Log Message:
Changed findertools.move() to move() in movetotrash.

Index: findertools.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Lib/findertools.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** findertools.py	2001/05/17 12:44:31	1.6
--- findertools.py	2001/07/24 11:37:23	1.7
***************
*** 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():