From 46976ac142a08dffeb8012e60c893ccd8f02ae9a Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Wed, 12 Mar 2008 14:30:05 +0100 Subject: add debbug reference to SimpleXMLRPCDispatcher workaround Signed-off-by: martin f. krafft --- plugins/rst | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins') diff --git a/plugins/rst b/plugins/rst index 1d18dd775..a719e18ba 100755 --- a/plugins/rst +++ b/plugins/rst @@ -62,6 +62,7 @@ def rpc_call(cmd, **kwargs): class SimpleStdinOutXMLRPCHandler(SimpleXMLRPCDispatcher): def __init__(self, allow_none=False, encoding=None): + # see http://bugs.debian.org/470645 if SimpleXMLRPCDispatcher.__init__.func_code.co_argcount == 1: # python2.4 and before only took one argument SimpleXMLRPCDispatcher.__init__(self) -- cgit v1.2.3