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

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

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