Kaydet (Commit) c266bb05 authored tarafından Fredrik Lundh's avatar Fredrik Lundh

untabification

üst 78eedce3
...@@ -387,11 +387,11 @@ class Marshaller: ...@@ -387,11 +387,11 @@ class Marshaller:
write("</fault>\n") write("</fault>\n")
else: else:
# parameter block # parameter block
# FIXME: the xml-rpc specification allows us to leave out # FIXME: the xml-rpc specification allows us to leave out
# the entire <params> block if there are no parameters. # the entire <params> block if there are no parameters.
# however, changing this may break older code (including # however, changing this may break older code (including
# old versions of xmlrpclib.py), so this is better left as # old versions of xmlrpclib.py), so this is better left as
# is for now. See @XMLRPC3 for more information. /F # is for now. See @XMLRPC3 for more information. /F
write("<params>\n") write("<params>\n")
for v in values: for v in values:
write("<param>\n") write("<param>\n")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment