Esempio n. 1
0
 def __init__(self):
     Proto.__init__(self)
Esempio n. 2
0
 def __init__(self):
     Proto.__init__(self)
     for i in xrange(1, 255):
         self.frameTypes += chr(i)
Esempio n. 3
0
 def __init__(self):
     Proto.__init__(self)
     self.lastReceived = None
Esempio n. 4
0
 def __init__(self):
     Proto.__init__(self)
     for i in xrange(1, 255):
         self.frameTypes += chr(i)