diff -r fc0869cd16dc -r 9c3fbf39ec9b ThirdParty/Send2Trash/send2trash/__init__.py --- 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':