Commit 770ef244 authored by Ivan Tyagov's avatar Ivan Tyagov

Remove unused argument.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25328 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ecee78ff
......@@ -396,7 +396,7 @@ class WizardTool(BaseTool):
rc = wrapper(distant_method, **kw)
return rc
def _callRemoteMethod(self, distant_method, server_url=None, wrap_result=1, use_proxy=0, **kw):
def _callRemoteMethod(self, distant_method, server_url=None, use_proxy=0, **kw):
""" Call remote method on server and get result. """
result_call = GeneratorCall()
if server_url is None:
......
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