git.cweiske.de
/
enigma2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
follow api changes
[enigma2.git]
/
lib
/
python
/
Screens
/
Mute.py
1
from Screen import Screen
2
from Components.VolumeBar import VolumeBar
3
4
class Mute(Screen):
5
def __init__(self, session):
6
Screen.__init__(self, session)
7