diff options
Diffstat (limited to 'lib/python/Components/config.py')
| -rw-r--r-- | lib/python/Components/config.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/python/Components/config.py b/lib/python/Components/config.py index cb9fdc2b..7e797861 100644 --- a/lib/python/Components/config.py +++ b/lib/python/Components/config.py @@ -388,4 +388,6 @@ class configElement_nonSave(configElement): def getConfigListEntry(description, element): b = element item = b.controlType(b) - return ((description, item))
\ No newline at end of file + return ((description, item)) + +
\ No newline at end of file |
