diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-12-10 18:42:46 +0100 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-12-10 18:42:46 +0100 |
commit | 1fe795e8bfb9d9ed7181bfe075469a960f7bb0e4 (patch) | |
tree | e17b69106d61342ae09ae887beabdd805339593e /pyload/plugins/hook/ExpertDecoders.py | |
parent | Fix previous merge (diff) | |
download | pyload-1fe795e8bfb9d9ed7181bfe075469a960f7bb0e4.tar.xz |
Revert plugin directory structure
Diffstat (limited to 'pyload/plugins/hook/ExpertDecoders.py')
-rw-r--r-- | pyload/plugins/hook/ExpertDecoders.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyload/plugins/hook/ExpertDecoders.py b/pyload/plugins/hook/ExpertDecoders.py index c9da38fe9..a9b9bdf2c 100644 --- a/pyload/plugins/hook/ExpertDecoders.py +++ b/pyload/plugins/hook/ExpertDecoders.py @@ -8,10 +8,10 @@ from uuid import uuid4 from pyload.network.HTTPRequest import BadHeader from pyload.network.RequestFactory import getURL, getRequest -from pyload.plugins.internal.Addon import Hook +from pyload.plugins.Addon import Addon -class ExpertDecoders(Hook): +class ExpertDecoders(Addon): __name__ = "ExpertDecoders" __type__ = "hook" __version__ = "0.02" |