diff options
| author | Axel Buehning <axel.buehning@multimedia-labs.de> | 2006-02-24 12:44:14 +0000 |
|---|---|---|
| committer | Axel Buehning <axel.buehning@multimedia-labs.de> | 2006-02-24 12:44:14 +0000 |
| commit | 63f8fba0e343ed772e81ce4015583e33a6bdc6e0 (patch) | |
| tree | d2854768b0724d1de021a93f0b22ce16db8c52b1 /lib/python | |
| parent | 38e457c150971f86d1e11d6ba9d3e93b5266fe18 (diff) | |
| download | enigma2-63f8fba0e343ed772e81ce4015583e33a6bdc6e0.tar.gz enigma2-63f8fba0e343ed772e81ce4015583e33a6bdc6e0.zip | |
add missing newline at end of file
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Screens/HelpMenu.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/python/Screens/HelpMenu.py b/lib/python/Screens/HelpMenu.py index cae0a5db..c19233e2 100644 --- a/lib/python/Screens/HelpMenu.py +++ b/lib/python/Screens/HelpMenu.py @@ -59,3 +59,4 @@ class HelpableScreen: if len(args): (actionmap, context, action) = args actionmap.action(context, action) + |
