diff options
author | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-04-10 17:52:35 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-04-10 17:52:35 +0200 |
commit | 8b850d64a14d7c8d691c4ec08bb9a3daf9a3dfa2 (patch) | |
tree | 1a258c5eb39dfe0879d511256cc78cad1c3b79c8 /pyload/config/Parser.py | |
parent | Merge pull request #2 from ardi69/0.4.10 (diff) | |
download | pyload-8b850d64a14d7c8d691c4ec08bb9a3daf9a3dfa2.tar.xz |
Cleanup
Diffstat (limited to 'pyload/config/Parser.py')
-rw-r--r-- | pyload/config/Parser.py | 4 |
1 files changed, 2 insertions, 2 deletions
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] |