git.cweiske.de
/
enigma2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
show terrestrial frontend infos in ServiceInfo dialog
[enigma2.git]
/
lib
/
python
/
Screens
/
PictureInPicture.py
1
from Screens.Screen import Screen
2
3
from Components.VideoWindow import VideoWindow
4
5
class PictureInPicture(Screen):
6
def __init__(self, session):
7
Screen.__init__(self, session)
8
9
self["video"] = VideoWindow()