X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/8a43597a00e561ecab541069661090947ae79899..862ca19eb1aee87e4ac05e8a5a9b326dd32dfe5d:/plugins/rst?ds=sidebyside 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)