aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components
diff options
context:
space:
mode:
authorRonny Strutz <ronny.strutz@multimedia-labs.de>2005-11-01 01:51:03 +0000
committerRonny Strutz <ronny.strutz@multimedia-labs.de>2005-11-01 01:51:03 +0000
commit4568716f1e86aca58df71f1b66bc0d1ad623c202 (patch)
treea39b862c70af2c3f88bc1f3b99a5b527f21d546f /lib/python/Components
parent4ad9e82a2f7c156531719cf9ceb6b805d6ee0acf (diff)
downloadenigma2-4568716f1e86aca58df71f1b66bc0d1ad623c202.tar.gz
enigma2-4568716f1e86aca58df71f1b66bc0d1ad623c202.zip
add newline
Diffstat (limited to 'lib/python/Components')
-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