diff options
Diffstat (limited to 'module/PluginThread.py')
-rw-r--r-- | module/PluginThread.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/PluginThread.py b/module/PluginThread.py index 311d80ba4..90ad9ec26 100644 --- a/module/PluginThread.py +++ b/module/PluginThread.py @@ -27,7 +27,7 @@ from traceback import print_exc, format_exc from pprint import pformat from sys import exc_info, exc_clear from types import MethodType -from os.path import join, exists +from os.path import exists from pycurl import error |