From 6b20f5f6c063e4e6c94d719b607ad5a028b8beee Mon Sep 17 00:00:00 2001 From: RaNaN Date: Wed, 2 Jan 2013 18:11:31 +0100 Subject: new configManager for multi user configs --- module/PluginManager.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'module/PluginManager.py') 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) -- cgit v1.2.3