826
826
self._delete_item(filecmd.path, self.basis_inventory)
828
828
def copy_handler(self, filecmd):
831
831
self.debug("copying %s to %s", src_path, dest_path)
832
832
self._copy_item(src_path, dest_path, self.basis_inventory)
834
834
def rename_handler(self, filecmd):
837
837
self.debug("renaming %s to %s", old_path, new_path)
838
838
self._rename_item(old_path, new_path, self.basis_inventory)