projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5cc97e1
)
add debbug reference to SimpleXMLRPCDispatcher workaround
author
martin f. krafft
<madduck@madduck.net>
Wed, 12 Mar 2008 13:30:05 +0000
(14:30 +0100)
committer
Joey Hess
<joey@kodama.kitenet.net>
Wed, 12 Mar 2008 14:48:03 +0000
(10:48 -0400)
Signed-off-by: martin f. krafft <madduck@madduck.net>
plugins/rst
patch
|
blob
|
history
diff --git
a/plugins/rst
b/plugins/rst
index 1d18dd7751be2ad8771a25d76ccaad1e6ce41fa7..a719e18ba7338f025e174500dd2facfcf53ece50 100755
(executable)
--- 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)