Screens/Standby.py: call quitMainloop after closing the TryQuitMainloop screen..
[enigma2.git] / lib / python / Components / Renderer / Pixmap.py
1 from Renderer import Renderer
2
3 from enigma import ePixmap
4
5 class Pixmap(Renderer):
6         GUI_WIDGET = ePixmap