diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-08-30 16:09:09 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-08-30 16:09:09 +0200 |
commit | 301ac21f2a4b6032d05fba362d167bf182404ee6 (patch) | |
tree | 71def1385a5c35d53994e95fac074b91d0eeafc5 /module/PluginThread.py | |
parent | encoding fixes (diff) | |
download | pyload-301ac21f2a4b6032d05fba362d167bf182404ee6.tar.xz |
little fixes
Diffstat (limited to 'module/PluginThread.py')
-rw-r--r-- | module/PluginThread.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/module/PluginThread.py b/module/PluginThread.py index 005dedd99..aaa127d04 100644 --- a/module/PluginThread.py +++ b/module/PluginThread.py @@ -25,7 +25,6 @@ from time import strftime from traceback import print_exc, format_exc from pprint import pformat from sys import exc_info -from types import InstanceType from types import MethodType from module.plugins.Plugin import Abort |