X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fpython%2FScreens%2FChannelSelection.py;fp=lib%2Fpython%2FScreens%2FChannelSelection.py;h=c872bce9db6a94e8d5f5c368256d67b902a9a858;hp=1c05bbf322be7565623aed8cbb5267f60350e133;hb=699b940aa0a2e8e7ae21c1319d0c5d69d57279cc;hpb=bc87ed9e2cbfa1a5667ac583bdace946ffff9ae0;ds=sidebyside diff --git a/lib/python/Screens/ChannelSelection.py b/lib/python/Screens/ChannelSelection.py index 1c05bbf..c872bce 100644 --- a/lib/python/Screens/ChannelSelection.py +++ b/lib/python/Screens/ChannelSelection.py @@ -20,7 +20,6 @@ from Components.Sources.ServiceEvent import ServiceEvent 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 @@ -77,6 +76,7 @@ def append_when_current_valid(current, menu, args, level = 0, key = ""): 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