Commit 7cf98fc4 authored by wenjie.zheng's avatar wenjie.zheng Committed by Sebastien Robin

patches/PythonScript.py: add getter for proxy roles.

parent 45244167
......@@ -56,6 +56,8 @@ def pyscript_getBody(self):
return self._body
def pyscript_getParams(self):
return self._params
def pyscript_getProxyRole(self):
return self._proxy_roles
PythonScript.getBody = pyscript_getBody
PythonScript.getParams = pyscript_getParams
PythonScript.getProxyRole = pyscript_getProxyRole
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