add entryid to WHERE_MENU, add entryids in local plugins (patch by Moritz Venn, 005_e...
[enigma2.git] / lib / python / Screens / Mute.py
1 from Screen import Screen
2
3 class Mute(Screen):
4         def __init__(self, session):
5                 Screen.__init__(self, session)
6