diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-07-14 02:39:12 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-07-14 02:39:12 +0200 |
commit | 9fe0a213ba7c639185ac8ee7ce6516f02bbe13c1 (patch) | |
tree | f454030fbe8d1780c529e56f8e7526e8d7cb8520 /module/plugins | |
parent | Fix class definition (diff) | |
download | pyload-9fe0a213ba7c639185ac8ee7ce6516f02bbe13c1.tar.xz |
Removed __threaded__ attribute
Diffstat (limited to 'module/plugins')
-rw-r--r-- | module/plugins/Hook.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/module/plugins/Hook.py b/module/plugins/Hook.py index ef3d978a5..90b683d75 100644 --- a/module/plugins/Hook.py +++ b/module/plugins/Hook.py @@ -41,7 +41,6 @@ class Hook(Base): __name__ = "Hook" __version__ = "0.2" __type__ = "hook" - __threaded__ = [] __config__ = [("name", "type", "desc", "default")] __description__ = """Interface for hook""" __author_name__ = ("mkaay", "RaNaN") |