X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/d92413e6d676ad376415c36855ea93ffb4db8423..6a9b3e46a4aa575e671a93025726b30380428632:/lib/python/Screens/ParentalControlSetup.py diff --git a/lib/python/Screens/ParentalControlSetup.py b/lib/python/Screens/ParentalControlSetup.py index f39afed0..abe09af0 100644 --- a/lib/python/Screens/ParentalControlSetup.py +++ b/lib/python/Screens/ParentalControlSetup.py @@ -9,7 +9,7 @@ from Screens.MessageBox import MessageBox from Screens.InputBox import PinInput from Screens.ChannelSelection import service_types_tv from Tools.BoundFunction import boundFunction -from enigma import eServiceCenter, eTimer +from enigma import eServiceCenter, eTimer, eServiceReference from operator import itemgetter class ProtectedScreen: