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