summaryrefslogtreecommitdiffstats
path: root/module/plugins
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@gmail.com> 2014-07-14 02:39:12 +0200
committerGravatar Walter Purcaro <vuolter@gmail.com> 2014-07-14 02:39:12 +0200
commit9fe0a213ba7c639185ac8ee7ce6516f02bbe13c1 (patch)
treef454030fbe8d1780c529e56f8e7526e8d7cb8520 /module/plugins
parentFix class definition (diff)
downloadpyload-9fe0a213ba7c639185ac8ee7ce6516f02bbe13c1.tar.xz
Removed __threaded__ attribute
Diffstat (limited to 'module/plugins')
-rw-r--r--module/plugins/Hook.py1
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")