From 3a0de35a4c47fcb545c5fa394742bdbd0d3f8c16 Mon Sep 17 00:00:00 2001 From: Antoine Millet Date: Mon, 7 Feb 2011 17:10:21 +0100 Subject: [PATCH] Removed old comment. --- sjrpc/client/simple.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sjrpc/client/simple.py b/sjrpc/client/simple.py index cd8477e..a839302 100644 --- a/sjrpc/client/simple.py +++ b/sjrpc/client/simple.py @@ -98,7 +98,7 @@ class SimpleRpcClient(ConnectionManager): if event & select.EPOLLHUP: logging.error('Socket HUP fd/%s', fd) - self.shutdown() #TODO + self.shutdown() def all_connections(self): return set((self._connection,)) -- GitLab