add lcd
[enigma2.git] / lib / python / Components / __init__.py
index 8a064b22d48eba337ba9207771c5a07ae2db89b0..b764eb89a1831bb38ed7ac78b92a25d1698aadc6 100644 (file)
@@ -3,5 +3,7 @@ __all__ = ["ActionMap", "Button", "Clock", "ConfigList", "EventInfo",
        "GUIComponent", "GUISkin", "HTMLComponent", "HTMLSkin", "Header",
        "Label", "MenuList", "PerServiceDisplay", "ProgressBar", "ServiceList",
        "ServiceName", "ServiceScan", "VariableText", "VariableValue", "VolumeBar",
-       "components", "config"]
-
+       "components", "config", "TimerList", "TimeInput", "MovieList", 
+       "InputDevice",  "ServicePosition", "IPAddress", "VariableIP", "IPGateway",
+       "IPNameserver", "Network", "RFmon", "DiskInfo", "NimManager", "TimerEntry",
+       "Lcd"]