diff options
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Screens/ParentalControlSetup.py | 2 |
1 files changed, 1 insertions, 1 deletions
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: |
