diff options
| author | Ronny Strutz <ronny.strutz@multimedia-labs.de> | 2005-11-01 01:51:03 +0000 |
|---|---|---|
| committer | Ronny Strutz <ronny.strutz@multimedia-labs.de> | 2005-11-01 01:51:03 +0000 |
| commit | 4568716f1e86aca58df71f1b66bc0d1ad623c202 (patch) | |
| tree | a39b862c70af2c3f88bc1f3b99a5b527f21d546f /lib/python/Components/config.py | |
| parent | 4ad9e82a2f7c156531719cf9ceb6b805d6ee0acf (diff) | |
| download | enigma2-4568716f1e86aca58df71f1b66bc0d1ad623c202.tar.gz enigma2-4568716f1e86aca58df71f1b66bc0d1ad623c202.zip | |
add newline
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 |
