Merge branch 'bug_274_disable_fast_winding_for_non_ts'
[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()