add numPartitions
[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" ]
8