X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/6ecc7dc132071039edf045ad55b3fb2773aed784..ebd1552cdd3e60d5eb21f97e46570de2e17ed19f:/lib/python/Screens/PictureInPicture.py 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()