Commit 6228ed91 authored by Rafael Monnerat's avatar Rafael Monnerat

Removed useless methods.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10356 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 351ca1d6
......@@ -190,19 +190,6 @@ class DeliveryRule(Rule):
"""
return 0
security.declareProtected(Permissions.AccessContentsInformation, 'isDivergent')
def isDivergent(self, movement):
"""
Checks that the movement is divergent
"""
return Rule.isDivergent(self, movement)
security.declareProtected(Permissions.AccessContentsInformation, 'getDivergenceList')
def getDivergenceList(self, applied_rule):
"""
Returns a list Divergence descriptors
"""
security.declareProtected(Permissions.AccessContentsInformation, 'getSolverList')
def getSolverList(self, applied_rule):
"""
......
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