optimize pvr parser a bit, don't load more than 2 APs per second to speed up things...
[enigma2.git] / GlobalActions.py
1 from Components.ActionMap import ActionMap
2
3 globalActionMap = ActionMap( ["GlobalActions"] )
4 globalActionMap.execBegin()