X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/ead18eb53880ecff8c41fa2e2db7ae87e2b950de..d4969fafffd49c4791f56141d57281a83007a29b:/lib/python/Components/SelectionList.py 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