From 20e3f71b5344c414af68692db9038120008b66f5 Mon Sep 17 00:00:00 2001 From: Maksim Levental Date: Thu, 19 Aug 2021 17:16:46 -0500 Subject: [PATCH] Update plat_other.py --- send2trash/plat_other.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/send2trash/plat_other.py b/send2trash/plat_other.py index d75de57..929659f 100644 --- a/send2trash/plat_other.py +++ b/send2trash/plat_other.py @@ -21,8 +21,10 @@ import sys import os import os.path as op from datetime import datetime +import shutil import stat + try: from urllib.parse import quote except ImportError: