[Telepathy-commits] [telepathy-gabble/master] Add an empty S5BFactory.clientConnectionLost to make twisted happy

Marco Barisione marco at barisione.org
Tue Jan 6 08:41:22 PST 2009


---
 tests/twisted/tubes/test-si-socks5-tubes.py |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/tests/twisted/tubes/test-si-socks5-tubes.py b/tests/twisted/tubes/test-si-socks5-tubes.py
index e3b5e68..3979984 100644
--- a/tests/twisted/tubes/test-si-socks5-tubes.py
+++ b/tests/twisted/tubes/test-si-socks5-tubes.py
@@ -69,6 +69,9 @@ class S5BFactory(Factory):
     def startedConnecting(self, connector):
         pass
 
+    def clientConnectionLost(self, connector, reason):
+        pass
+
 def test(q, bus, conn, stream):
     set_up_echo()
     conn.Connect()
-- 
1.5.6.5




More information about the Telepathy-commits mailing list