ThirdParty/Send2Trash/send2trash/__init__.py

changeset 6228
9c3fbf39ec9b
parent 4555
861e1741985c
--- a/ThirdParty/Send2Trash/send2trash/__init__.py	Sun Apr 08 19:36:51 2018 +0200
+++ b/ThirdParty/Send2Trash/send2trash/__init__.py	Mon Apr 09 19:47:16 2018 +0200
@@ -8,6 +8,8 @@
 
 import sys
 
+from .exceptions import TrashPermissionError
+
 if sys.platform == 'darwin':
     from .plat_osx import send2trash
 elif sys.platform == 'win32':

eric ide

mercurial