From: Alexandr Popov Date: Sun, 29 Mar 2009 17:13:15 +0000 (+0400) Subject: minor fixes X-Git-Url: https://vcs.maemo.org/git/?a=commitdiff_plain;h=b240294fa9e590e671f25409afdeabcce0cb7f4c;p=findit minor fixes --- diff --git a/src/config.py b/src/config.py index 2250820..70a3e3b 100644 --- a/src/config.py +++ b/src/config.py @@ -8,7 +8,7 @@ class Config_Control(object): def __init__(self): self.config = Config_Abstraction('findit.cfg') - conf_ui = Config_Presentation() + #conf_ui = Config_Presentation() def get(self, param): return self.config.get_val(param)