IMG_BLACKSERVICE = LIST_BLACKLIST + "-" + TYPE_SERVICE
IMG_BLACKBOUQUET = LIST_BLACKLIST + "-" + TYPE_BOUQUET
-parentalControl = None
-
def InitParentalControl():
global parentalControl
parentalControl = ParentalControl()
profile("ChannelSelection.py 2.3")
from Components.Input import Input
profile("ChannelSelection.py 3")
-from Components.ParentalControl import parentalControl
from Components.ChoiceList import ChoiceList, ChoiceEntryComponent
from Components.SystemInfo import SystemInfo
from Screens.InputBox import InputBox, PinInput
class ChannelContextMenu(Screen):
def __init__(self, session, csel):
+ from Components.ParentalControl import parentalControl
Screen.__init__(self, session)
#raise Exception("we need a better summary screen here")
self.csel = csel