aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/__init__.py
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2006-04-04 09:24:39 +0000
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2006-04-04 09:24:39 +0000
commit200264273687a4c4bd97574ee7f725122548d019 (patch)
tree0568e6181ddd0ba4e8d34d3eea6065adebbfc11f /lib/python/Components/__init__.py
parentdeddfcf89d1356ae1b3782f800ad6925caf92335 (diff)
downloadenigma2-200264273687a4c4bd97574ee7f725122548d019.tar.gz
enigma2-200264273687a4c4bd97574ee7f725122548d019.zip
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)
Diffstat (limited to 'lib/python/Components/__init__.py')
-rw-r--r--lib/python/Components/__init__.py2
1 files changed, 1 insertions, 1 deletions
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" ]