From 3239483691684e77e0ecd555e2b643e9245c37c6 Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Fri, 2 Nov 2007 16:17:28 +0000 Subject: add newline to end of file --- lib/python/Components/SelectionList.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/python') 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 -- cgit v1.2.3