fix fallback delete when trash unavailable on win32

This commit is contained in:
Damien Elmes 2013-10-20 10:43:14 +09:00
parent 4841858f14
commit 5a59748f49

View file

@ -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