lib/python/Screens/Standby.py: ignore global actions in standby (i.e. mute/volume)
[enigma2.git] / lib / python / Screens / Mute.py
1 from Screen import Screen
2
3 class Mute(Screen):
4         pass
5