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

Jack Jansen jackjansen@users.sourceforge.net
2001年7月24日 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():

AltStyle によって変換されたページ (->オリジナル) /