def __init__(self):
     Plugin.__init__(self)
Exemplo n.º 2
0
 def __init__(self):
     Plugin.__init__(self)
     self.num1 = self.num2 = None
     self.description = ""
     self.cleanup = "number"
     self.userdata = {}
Exemplo n.º 3
0
 def __init__(self):
     Plugin.__init__(self)
     self.num1 = self.num2 = None
     self.description = ""
     self.cleanup = "number"
     self.userdata = {}
Exemplo n.º 4
0
 def __init__(self):
     Plugin.__init__(self)