git.cweiske.de
/
enigma2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
replace software update plugin with a more user friendly approach
[enigma2.git]
/
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