better detection of file extensions
[enigma2.git] / lib / python / Plugins / Plugin.py
index d10a3fbaaffb234a8744c947c9e32126eacf7b67..d363509189cc8f4204deebcc76f5171d5d466193 100644 (file)
@@ -21,6 +21,9 @@ class PluginDescriptor:
        # reason (0: start, 1: end)
        WHERE_AUTOSTART = 5
        
+       # start as wizard. In that case, fnc must be a screen class!
+       WHERE_WIZARD = 6
+       
        def __init__(self, name = "Plugin", where = [ ], description = "", icon = None, fnc = None):
                self.name = name
                if type(where) is list: