add getTranslation method to wizard baseclass to allow overwriting this method for...
[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