add auto vcr switching support (needs new drivers (fp.ko))
[vuplus_dvbapp] / lib / python / Components / VideoWindow.py
1 from GUIComponent import GUIComponent
2 from enigma import eVideoWidget
3
4 class VideoWindow(GUIComponent):
5         def __init__(self):
6                 GUIComponent.__init__(self)
7
8         GUI_WIDGET = eVideoWidget