save playlist on leaving the media player
[enigma2.git] / lib / python / Components / __init__.py
index 8453ced56daaf08cd729fd3e3fe19a745b35bcb3..c303c5a55c24d00cffdd9c21b0e5d826625abc09 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", "MovieList", "ServicePosition" ]
-
+       "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", "ChoiceList", "Playlist" ]