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