aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/PictureInPicture.py
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2006-04-08 12:15:32 +0000
committerFelix Domke <tmbinc@elitedvb.net>2006-04-08 12:15:32 +0000
commitd26a119a33db3ad39b4930712cef2b15cbaf0f8c (patch)
tree3adaf4a9a81cc1b41ab3a1577d5459a3af12f1f0 /lib/python/Screens/PictureInPicture.py
parent029213648e109b21463d018752e103fc577ffee9 (diff)
downloadenigma2-d26a119a33db3ad39b4930712cef2b15cbaf0f8c.tar.gz
enigma2-d26a119a33db3ad39b4930712cef2b15cbaf0f8c.zip
fix newline
Diffstat (limited to 'lib/python/Screens/PictureInPicture.py')
-rw-r--r--lib/python/Screens/PictureInPicture.py2
1 files changed, 1 insertions, 1 deletions
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()