diff options
Diffstat (limited to 'module')
-rw-r--r-- | module/PluginManager.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/module/PluginManager.py b/module/PluginManager.py index ae516e0ec..cc5c7cc53 100644 --- a/module/PluginManager.py +++ b/module/PluginManager.py @@ -165,14 +165,11 @@ class PluginManager(): config = self.reConfig.findall(content) if config: - print config config = [ [y.strip() for y in x.replace("'","").replace('"',"").replace("\") ","").split(",")] for x in config[0].split(" (\"") if x.strip()] - print config if folder == "hooks": config.append( ["load", "bool", "Load on startup", True if name not in ("XMPPInterface", "MultiHome") else False] ) for item in config: - #~ print item self.core.config.addPluginConfig([name]+item) if not home: |