From cc105b7dbc363d9786594c1e884f1836eb22e999 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Fri, 3 Oct 2014 19:56:27 +0200 Subject: New base plugins --- pyload/plugins/hooks/ExpertDecoders.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyload/plugins/hooks/ExpertDecoders.py') diff --git a/pyload/plugins/hooks/ExpertDecoders.py b/pyload/plugins/hooks/ExpertDecoders.py index 292c84b7c..3f0f64f1e 100644 --- a/pyload/plugins/hooks/ExpertDecoders.py +++ b/pyload/plugins/hooks/ExpertDecoders.py @@ -9,7 +9,7 @@ from uuid import uuid4 from pyload.network.HTTPRequest import BadHeader from pyload.network.RequestFactory import getURL, getRequest -from pyload.plugins.Hook import Hook +from pyload.plugins.base.Hook import Hook class ExpertDecoders(Hook): -- cgit v1.2.3