add config options for linked NIMs
[enigma2.git] / lib / python / Components / __init__.py
1
2 __all__ = ["ActionMap", "Button", "Clock", "ConfigList", "EventInfo",
3         "GUIComponent", "GUISkin", "HTMLComponent", "HTMLSkin", "Header",
4         "Label", "MenuList", "PerServiceDisplay", "ProgressBar", "ServiceList",
5         "ServiceName", "ServiceScan", "VariableText", "VariableValue", "VolumeBar",
6         "components", "config", "TimerList", "TimeInput", "MovieList", 
7         "InputDevice",  "ServicePosition", "IPAddress", "VariableIP", "IPGateway",
8         "IPNameserver", "Network", "RFmon", "DiskInfo", "NimManager", "TimerEntry",
9         "Lcd", "EpgList" "ScrollLabel", "Timezones", "HelpMenuList"]