aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Components/config.py4
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