add ability to remove list and config from a wizard
[enigma2.git] / lib / python / Components / __init__.py
index 8453ced56daaf08cd729fd3e3fe19a745b35bcb3..0582a908702d24b80cbed6968e460d985e8bb725 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", "TimerList", "TimeInput", "MovieList", "ServicePosition" ]
-
+       "components", "config", "TimerList", "TimeInput", "MovieList", 
+       "InputDevice",  "ServicePosition", "IPAddress", "VariableIP", "IPGateway",
+       "IPNameserver", "Network", "RFmon", "DiskInfo", "NimManager", "TimerEntry",
+       "Lcd", "EpgList" "ScrollLabel", "Timezones", "HelpMenuList"]