From: Axel Buehning Date: Fri, 24 Feb 2006 12:44:14 +0000 (+0000) Subject: add missing newline at end of file X-Git-Tag: 2.6.0~4019 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/63f8fba0e343ed772e81ce4015583e33a6bdc6e0?hp=38e457c150971f86d1e11d6ba9d3e93b5266fe18 add missing newline at end of file --- 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) +