diff --git a/thirdparty/send2trash/plat_win.py b/thirdparty/send2trash/plat_win.py index 96fc8b582..199480701 100644 --- a/thirdparty/send2trash/plat_win.py +++ b/thirdparty/send2trash/plat_win.py @@ -6,6 +6,7 @@ from ctypes import windll, Structure, byref, c_uint from ctypes.wintypes import HWND, UINT, LPCWSTR, BOOL +import os import os.path as op shell32 = windll.shell32