Ejemplo n.º 1
0
 def __init__ (self, room, listener):
     Persistent.__init__ (self)
     self.room = room
     self.listener = listener
Ejemplo n.º 2
0
 def __init__ (self):
     Persistent.__init__(self)
Ejemplo n.º 3
0
 def __init__ (self, room, emitter):
     Persistent.__init__ (self)
     self.room = room
     self.emitter = emitter
Ejemplo n.º 4
0
 def __init__ (self):
     Persistent.__init__(self)
     self.quality = 0
     self.maxquality = 0
Ejemplo n.º 5
0
 def __init__ (self):
     Persistent.__init__(self)
     self.skeywords = []
     self.pkeywords = []
Ejemplo n.º 6
0
 def __init__ (self):
     Persistent.__init__(self)
     self.bonus = 0
Ejemplo n.º 7
0
 def __init__ (self, listener, name):
     Persistent.__init__(self)
     self.name = name
     self.complete = False
     self.completionlistener = listener