summaryrefslogtreecommitdiffstats
path: root/module/PluginManager.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/PluginManager.py')
-rw-r--r--module/PluginManager.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/module/PluginManager.py b/module/PluginManager.py
index 2bd438c37..31ad38625 100644
--- a/module/PluginManager.py
+++ b/module/PluginManager.py
@@ -62,7 +62,8 @@ class PluginManager:
self.history = [] # match history to speedup parsing (type, name)
self.createIndex()
- self.core.config.parseValues(self.core.config.PLUGIN)
+ # TODO, replacement for this?
+ #self.core.config.parseValues(self.core.config.PLUGIN)
#register for import addon
sys.meta_path.append(self)