From d26a119a33db3ad39b4930712cef2b15cbaf0f8c Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Sat, 8 Apr 2006 12:15:32 +0000 Subject: [PATCH] fix newline --- lib/python/Screens/PictureInPicture.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/python/Screens/PictureInPicture.py b/lib/python/Screens/PictureInPicture.py index 7b94ce4b..391c042f 100644 --- a/lib/python/Screens/PictureInPicture.py +++ b/lib/python/Screens/PictureInPicture.py @@ -6,4 +6,4 @@ class PictureInPicture(Screen): def __init__(self, session): Screen.__init__(self, session) - self["video"] = VideoWindow() \ No newline at end of file + self["video"] = VideoWindow() -- 2.30.2