TimerEdit.py: fix typo ... this fixes a crash on timer listing with "show finished...
[vuplus_dvbapp] / lib / python / Screens / Mute.py
1 from Screen import Screen
2
3 class Mute(Screen):
4         pass
5