diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-11-02 16:17:28 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-11-02 16:17:28 +0000 |
| commit | 3239483691684e77e0ecd555e2b643e9245c37c6 (patch) | |
| tree | 5bffc5310384fd12e875ab8916d93ef9b6d3cbb7 /lib/python/Components/SelectionList.py | |
| parent | 994845aaa96600b2834471fa5593b8e1419e2d3d (diff) | |
| download | enigma2-3239483691684e77e0ecd555e2b643e9245c37c6.tar.gz enigma2-3239483691684e77e0ecd555e2b643e9245c37c6.zip | |
add newline to end of file
Diffstat (limited to 'lib/python/Components/SelectionList.py')
| -rw-r--r-- | lib/python/Components/SelectionList.py | 2 |
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 |
