commit | 5bb6ff926b2bd62a218b607ea98059af0923ec04 | [log] [tgz] |
---|---|---|
author | Jack Jansen <jack.jansen@cwi.nl> | Tue Jul 24 11:37:23 2001 +0000 |
committer | Jack Jansen <jack.jansen@cwi.nl> | Tue Jul 24 11:37:23 2001 +0000 |
tree | f8357f9f4b0a99febdeecb520d6fd6e6400a3d51 | |
parent | 7aeb6ef941bca055027173fac8c9c9015f977c4a [diff] [blame] |
Changed findertools.move() to move() in movetotrash.
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 @@ """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"""