Exemplo n.º 1
0
 def __init__(self):
     # Overrideable flag to tell Servers to leave authenticating to you.
     self.requires_authentication = 0
     SubServiceNode.__init__(self)
Exemplo n.º 2
0
 def __init__(self):
     SubServiceNode.__init__(self)
     self.running = 0
     self.last_time = 0
     self.success_count = 0
Exemplo n.º 3
0
 def __init__(self):
     # Overrideable flag to tell Servers to leave authenticating to you.
     self.requires_authentication = 0
     SubServiceNode.__init__(self)
Exemplo n.º 4
0
 def __init__(self):
     SubServiceNode.__init__(self)
     self.running = 0
     self.last_time = 0
     self.success_count = 0