Twisted driver had no die() method.

This commit is contained in:
Jeremy Fincher 2003-11-25 11:45:09 +00:00
parent adfb3e4035
commit e4db34da14

View File

@ -99,6 +99,9 @@ class SupyReconnectingFactory(ReconnectingClientFactory):
self.server = (server, port)
reactor.connectTCP(server, port, self)
def die(self):
pass
class MyShell(Shell):
def checkUserAndPass(self, username, password):