diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-10-11 10:20:49 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-10-11 10:20:49 +0000 |
| commit | 1f6ac2af48a6ae408108b180be92ce3a20bf6739 (patch) | |
| tree | 2c4b0845d94cab87c4b3e71824cdcf9d3a7fd0c6 /lib/python/Screens/ParentalControlSetup.py | |
| parent | 8f43ee082c27440c982f88fc5455aa39716e8fae (diff) | |
| download | enigma2-1f6ac2af48a6ae408108b180be92ce3a20bf6739.tar.gz enigma2-1f6ac2af48a6ae408108b180be92ce3a20bf6739.zip | |
small fix
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 780114b8..c3c0cb0b 100644 --- a/lib/python/Screens/ParentalControlSetup.py +++ b/lib/python/Screens/ParentalControlSetup.py @@ -117,8 +117,8 @@ class ParentalControlSetup(Screen, ConfigListScreen, ProtectedScreen): def keyNumberGlobal(self, number): pass +SPECIAL_CHAR = 96 class ParentalControlEditor(Screen): - SPECIAL_CHAR = 96 def __init__(self, session): Screen.__init__(self, session) self.list = [] |
