From 01abec53c6856c24666967ee51d25d09fc6b8863 Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Tue, 10 Oct 2006 03:00:49 +0000 Subject: add parental control (still somehow buggy and some minor features missing... don't trust it yet to protect your children) --- lib/python/Screens/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/python/Screens/__init__.py') diff --git a/lib/python/Screens/__init__.py b/lib/python/Screens/__init__.py index 3cb12226..5eac3b16 100644 --- a/lib/python/Screens/__init__.py +++ b/lib/python/Screens/__init__.py @@ -6,4 +6,4 @@ __all__ = ["ChannelSelection", "ClockDisplay", "ConfigMenu", "EpgSelection", "EventView", "Standby", "ServiceInfo", "InfoBarGenerics", "HelpMenu", "Wizard", "PiPSetup", "PVRState", "Console", "InputBox", "ChoiceBox", "SimpleSummary", - "TimerSelection", "SubservicesQuickzap" ] + "TimerSelection", "SubservicesQuickzap", "ParentalControlSetup" ] -- cgit v1.2.3