avoid future redundant code by moving functionality for tuner status display to a...
[enigma2.git] / lib / python / Components / __init__.py
index d7cd406bf6fd59d009a02aba0945aab5b9a290c1..b6ad939cd39850a32e0b6f347aef09e784cc0c96 100644 (file)
@@ -3,5 +3,8 @@ __all__ = ["ActionMap", "Button", "Clock", "ConfigList", "EventInfo",
        "GUIComponent", "GUISkin", "HTMLComponent", "HTMLSkin", "Header",
        "Label", "MenuList", "PerServiceDisplay", "ProgressBar", "ServiceList",
        "ServiceName", "ServiceScan", "VariableText", "VariableValue", "VolumeBar",
-       "components", "config", "TimerList", "TimeInput" ]
-
+       "components", "config", "TimerList", "TimeInput", "MovieList", 
+       "InputDevice",  "ServicePosition", "IPAddress", "VariableIP", "IPGateway",
+       "IPNameserver", "Network", "RFmon", "DiskInfo", "NimManager", "TimerEntry",
+       "Lcd", "EpgList" "ScrollLabel", "Timezones", "HelpMenuList", "TimerSanityCheck",
+       "FileList", "MultiContent", "TunerInfo" ]