non blocking diseqc and sec stuff
[enigma2.git] / lib / python / Components / GUIComponent.py
1 class GUIComponent:
2         """ GUI component """
3
4         def __init__(self):
5                 pass
6                 
7         def execBegin(self):
8                 pass
9         
10         def execEnd(self):
11                 pass
12