removed c/Confif confusion
[vuplus_dvbapp] / lib / python / Components / config.py
index eacb5fe..c742184 100644 (file)
@@ -27,12 +27,18 @@ def configEntry(obj):
        else:
                return ("invalid", "")
 
-class config:
+class Config:
        def __init__(self):
                pass
        def Slider(self):                # ok???
                pass    
 
+config = Config();
+
+class ConfigSubsection:
+       def __init__(self):
+               pass
+
 class configElement:
        def __init__(self, configPath, control, defaultValue):
                self.configPath = configPath