diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2006-10-10 03:00:49 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2006-10-10 03:00:49 +0000 |
| commit | 01abec53c6856c24666967ee51d25d09fc6b8863 (patch) | |
| tree | 19d7bbbd3ce91544c36ba2fc38af83c877d82b01 /lib/python/Components/__init__.py | |
| parent | ce7847e4311c165e5441ac2dbb0d9cdbe95b68b9 (diff) | |
| download | enigma2-01abec53c6856c24666967ee51d25d09fc6b8863.tar.gz enigma2-01abec53c6856c24666967ee51d25d09fc6b8863.zip | |
add parental control (still somehow buggy and some minor features missing... don't trust it
yet to protect your children)
Diffstat (limited to 'lib/python/Components/__init__.py')
| -rw-r--r-- | lib/python/Components/__init__.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/python/Components/__init__.py b/lib/python/Components/__init__.py index c303c5a5..f37827d6 100644 --- a/lib/python/Components/__init__.py +++ b/lib/python/Components/__init__.py @@ -7,4 +7,5 @@ __all__ = ["ActionMap", "Button", "Clock", "ConfigList", "EventInfo", "InputDevice", "ServicePosition", "IPAddress", "VariableIP", "IPGateway", "IPNameserver", "Network", "RFmon", "DiskInfo", "NimManager", "TimerEntry", "Lcd", "EpgList" "ScrollLabel", "Timezones", "HelpMenuList", "TimerSanityCheck", - "FileList", "MultiContent", "TunerInfo", "ChoiceList", "Playlist" ] + "FileList", "MultiContent", "TunerInfo", "ChoiceList", "Playlist", + "ParentalControl" ] |
