Ejemplo n.º 1
0
 def outConnectionLost(self):
     ExpectMixin.connectionLost(self, "stdout closed")
Ejemplo n.º 2
0
 def connectionLost(self, reason):
     telnet.Telnet.connectionLost(self, reason)
     ExpectMixin.connectionLost(self, reason)