From 5bb6ff926b2bd62a218b607ea98059af0923ec04 Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Tue, 24 Jul 2001 11:37:23 +0000 Subject: Changed findertools.move() to move() in movetotrash. --- Mac/Lib/findertools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mac/Lib/findertools.py b/Mac/Lib/findertools.py index 0fd4c51..7e1e3fd 100644 --- a/Mac/Lib/findertools.py +++ b/Mac/Lib/findertools.py @@ -681,7 +681,7 @@ def movetotrash(path): """move the object to the trash""" fss = macfs.FSSpec(path) trashfolder = macfs.FSSpec(macfs.FindFolder(fss.as_tuple()[0], 'trsh', 0) + ("",)).as_pathname() - findertools.move(path, trashfolder) + move(path, trashfolder) def emptytrash(): """empty the trash""" -- cgit v0.12