From 502517f37c7540b0bddb092e69386d9d6f08800c Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Sun, 19 Jul 2015 09:42:34 +0200 Subject: Fix addons --- module/plugins/internal/Plugin.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'module/plugins/internal/Plugin.py') diff --git a/module/plugins/internal/Plugin.py b/module/plugins/internal/Plugin.py index 93dd2ecbe..d0f75a8a3 100644 --- a/module/plugins/internal/Plugin.py +++ b/module/plugins/internal/Plugin.py @@ -122,9 +122,7 @@ class Plugin(object): def __init__(self, core): self.core = core - - #: Provide information in dict here - self.info = {} + self.info = {} #: Provide information in dict here def _log(self, level, args): -- cgit v1.2.3