Merge branch 'bug_453_multiepg_no_more_ask_bouquet' into experimental
[vuplus_dvbapp] / lib / python / Screens / UnhandledKey.py
1 from Screen import Screen
2 from Components.Pixmap import Pixmap
3
4 class UnhandledKey(Screen):
5         def __init__(self, session):
6                 Screen.__init__(self, session)
7                 self["UnhandledKeyPixmap"] = Pixmap()