Commit 8ac69263 authored by Neal Norwitz's avatar Neal Norwitz

whitespace normalization

parent fd3479b1
......@@ -306,7 +306,7 @@ class SimpleXMLRPCDispatcher:
return ""
else:
import pydoc
return pydoc.getdoc(method)
return pydoc.getdoc(method)
def system_multicall(self, call_list):
"""system.multicall([{'methodName': 'add', 'params': [2, 2]}, ...]) => \
......
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