From: Ronny Strutz Date: Tue, 1 Nov 2005 01:51:03 +0000 (+0000) Subject: add newline X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=commitdiff_plain;h=4568716f1e86aca58df71f1b66bc0d1ad623c202 add newline --- diff --git a/lib/python/Components/config.py b/lib/python/Components/config.py index cb9fdc2..7e79786 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