From 2f399727c8b3d7515549acf34bddb64f4bc9e4b5 Mon Sep 17 00:00:00 2001 From: mkaay Date: Sun, 2 May 2010 00:43:47 +0200 Subject: fixed cnl --- module/plugins/Hook.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'module/plugins/Hook.py') diff --git a/module/plugins/Hook.py b/module/plugins/Hook.py index 541d0c2e9..404a132b9 100644 --- a/module/plugins/Hook.py +++ b/module/plugins/Hook.py @@ -50,6 +50,9 @@ class Hook(): def isActivated(self): return self.config["activated"] + def coreReady(self): + pass + def downloadStarts(self, pyfile): pass -- cgit v1.2.3