add a tuxbox plugins plugin to prepare loading of tuxbox plugins when the c++ part...
[vuplus_dvbapp] / lib / python / Plugins / update / plugin.py
index 79f6749..8fa21cb 100644 (file)
@@ -12,7 +12,7 @@ class Example(Screen):
                        <widget name="text" position="0,0" size="550,400" font="Regular;15" />
                </screen>"""
                
-       def __init__(self, session):
+       def __init__(self, session, args = None):
                self.skin = Example.skin
                Screen.__init__(self, session)