diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-07-31 18:11:09 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-07-31 18:11:09 +0000 |
| commit | 6a9b3e46a4aa575e671a93025726b30380428632 (patch) | |
| tree | b178c78988c1c797cae8a139cfe31a99c185417e /lib/python/Screens/ParentalControlSetup.py | |
| parent | d92413e6d676ad376415c36855ea93ffb4db8423 (diff) | |
| download | enigma2-6a9b3e46a4aa575e671a93025726b30380428632.tar.gz enigma2-6a9b3e46a4aa575e671a93025726b30380428632.zip | |
add missing import
Diffstat (limited to 'lib/python/Screens/ParentalControlSetup.py')
| -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: |
