From 8b850d64a14d7c8d691c4ec08bb9a3daf9a3dfa2 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Fri, 10 Apr 2015 17:52:35 +0200 Subject: Cleanup --- pyload/config/Parser.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pyload/config') diff --git a/pyload/config/Parser.py b/pyload/config/Parser.py index 84c08f17c..9682b38b6 100644 --- a/pyload/config/Parser.py +++ b/pyload/config/Parser.py @@ -300,8 +300,8 @@ class ConfigParser(object): if not name in plugins: print "delete config " + name del self.plugin[name] - - + + def getMetaData(self, section, option): """ get all config data for an option """ return self.config[section][option] -- cgit v1.2.3