From d6a7106bb5e7b0f760d275d6acc9c05bf7f37543 Mon Sep 17 00:00:00 2001 From: Antoine Millet Date: Mon, 31 Jan 2011 16:56:47 +0100 Subject: [PATCH] Whitespace. --- sjrpc/core/rpcconnection.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sjrpc/core/rpcconnection.py b/sjrpc/core/rpcconnection.py index f868879..702ccdf 100644 --- a/sjrpc/core/rpcconnection.py +++ b/sjrpc/core/rpcconnection.py @@ -294,6 +294,7 @@ class RpcConnection(object): to the caller, except for the case where the method isn't found on the handler. ''' + if set(RpcConnection.REQUEST_MESSAGE) <= set(message): # Handle call requests from the peer: if self._handler is not None: -- GitLab