From 200264273687a4c4bd97574ee7f725122548d019 Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Tue, 4 Apr 2006 09:24:39 +0000 Subject: avoid future redundant code by moving functionality for tuner status display to a seperate component (which is a BIT slower because infobar values are gathered twice) --- lib/python/Components/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/python/Components/__init__.py') diff --git a/lib/python/Components/__init__.py b/lib/python/Components/__init__.py index 1b148d79..b6ad939c 100644 --- a/lib/python/Components/__init__.py +++ b/lib/python/Components/__init__.py @@ -7,4 +7,4 @@ __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" ] + "FileList", "MultiContent", "TunerInfo" ] -- cgit v1.2.3