take care of hotplug events just when the infobar is execing (no other menu
[enigma2.git] / lib / python / Screens / SubtitleDisplay.py
1 from Screens.Screen import Screen
2
3 class SubtitleDisplay(Screen):
4         def __init__(self, session):
5                 Screen.__init__(self, session)
6                 
7         # not really much to do...