Commit acfde2cd authored by wenjie.zheng's avatar wenjie.zheng

patches/DCWorkflow.py: remove unused patched function getProperty.

parent d8280460
......@@ -810,8 +810,6 @@ def DCWorkflowDefinition_getWorklistIdList(self):
return []
def DCWorkflowDefinition_propertyIds(self):
return sorted(self.__dict__.keys())
def DCWorkflowDefinition_getProperty(self,prop_id):
return self.__dict__[prop_id]
def DCWorkflowDefinition_getScriptValueList(self):
if self.scripts is not None:
return self.scripts
......@@ -1061,7 +1059,6 @@ DCWorkflowDefinition.getWorklistIdList = DCWorkflowDefinition_getWorklistIdList
DCWorkflowDefinition.showAsXML = DCWorkflowDefinition_showAsXML
DCWorkflowDefinition.showDict = DCWorkflowDefinition_showDict
DCWorkflowDefinition.propertyIds = DCWorkflowDefinition_propertyIds
DCWorkflowDefinition.getProperty = DCWorkflowDefinition_getProperty
DCWorkflowDefinition.getStateVariable = DCWorkflowDefinition_getStateVariable
DCWorkflowDefinition.getPortalType = DCWorkflowDefinition_getPortalType
StateDefinition.getReference = method_getReference
......
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