aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/VideoWindow.py
blob: 88cd33f98668996030fa1408677c8258357c75bf (plain)
1
2
3
4
5
6
7
8
from GUIComponent import GUIComponent
from enigma import eVideoWidget

class VideoWindow(GUIComponent):
	def __init__(self):
		GUIComponent.__init__(self)

	GUI_WIDGET = eVideoWidget