From d11fb525d67a2f36688bb12590e1054987290c53 Mon Sep 17 00:00:00 2001 From: Ronny Strutz Date: Tue, 16 Aug 2005 02:06:09 +0000 Subject: removed c/Confif confusion add ConfigSubsection (more readable code) --- lib/python/Components/config.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'lib/python/Components') 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 -- cgit v1.2.3