aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2007-11-02 16:17:28 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2007-11-02 16:17:28 +0000
commit3239483691684e77e0ecd555e2b643e9245c37c6 (patch)
tree5bffc5310384fd12e875ab8916d93ef9b6d3cbb7 /lib/python/Components
parent994845aaa96600b2834471fa5593b8e1419e2d3d (diff)
downloadenigma2-3239483691684e77e0ecd555e2b643e9245c37c6.tar.gz
enigma2-3239483691684e77e0ecd555e2b643e9245c37c6.zip
add newline to end of file
Diffstat (limited to 'lib/python/Components')
-rw-r--r--lib/python/Components/SelectionList.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Components/SelectionList.py b/lib/python/Components/SelectionList.py
index 6019fffa..a64f46b4 100644
--- a/lib/python/Components/SelectionList.py
+++ b/lib/python/Components/SelectionList.py
@@ -40,4 +40,4 @@ class SelectionList(MenuList, GUIComponent):
for item in self.list:
if item[0][3]:
list.append((item[0][0], item[0][1], item[0][2]))
- return list \ No newline at end of file
+ return list