X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/6535cfece8f6f0928298461288b1819f6b06a3b3..d11fb525d67a2f36688bb12590e1054987290c53:/lib/python/Components/config.py diff --git a/lib/python/Components/config.py b/lib/python/Components/config.py index eacb5fe1..c7421842 100644 --- a/lib/python/Components/config.py +++ b/lib/python/Components/config.py @@ -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