if os.path.isdir(self.target):
                    really_rmtree(self.target)
                else:
                    os.unlink(self.target)