aboutsummaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authormartin f. krafft <madduck@madduck.net>2008-03-12 14:30:05 +0100
committerJoey Hess <joey@kodama.kitenet.net>2008-03-12 10:48:03 -0400
commit46976ac142a08dffeb8012e60c893ccd8f02ae9a (patch)
tree4ea58f6e73fa689ecda21c1e463aec07c9f742f6 /plugins
parent5cc97e1df4b223ecd9ae3ebd45aa97d16b64e245 (diff)
downloadikiwiki-46976ac142a08dffeb8012e60c893ccd8f02ae9a.tar
ikiwiki-46976ac142a08dffeb8012e60c893ccd8f02ae9a.tar.gz
add debbug reference to SimpleXMLRPCDispatcher workaround
Signed-off-by: martin f. krafft <madduck@madduck.net>
Diffstat (limited to 'plugins')
-rwxr-xr-xplugins/rst1
1 files changed, 1 insertions, 0 deletions
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)