Commit 3c768cae authored by Jérome Perrin's avatar Jérome Perrin

remove __implements = that does nothing (it's a Zope2 interface but with a

typo)


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34415 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b10830ef
......@@ -44,9 +44,6 @@ class ProductionOrderModelRootSimulationRule(ProductionOrderModelRule):
security = ClassSecurityInfo()
security.declareObjectProtected(Permissions.AccessContentsInformation)
__implements = ( interfaces.IPredicate,
interfaces.IRule )
def _getExpandablePropertyUpdateDict(self, applied_rule, movement,
business_path, current_property_dict):
"""Order rule specific update dictionary"""
......
......@@ -44,9 +44,6 @@ class ProductionOrderRootSimulationRule(ProductionOrderRule):
security = ClassSecurityInfo()
security.declareObjectProtected(Permissions.AccessContentsInformation)
__implements = ( interfaces.IPredicate,
interfaces.IRule )
def _getExpandablePropertyUpdateDict(self, applied_rule, movement,
business_path, current_property_dict):
"""Order rule specific update dictionary"""
......
......@@ -48,9 +48,6 @@ class ProductionOrderModelRule(TransformationModelRuleMixin, OrderRule):
security = ClassSecurityInfo()
security.declareObjectProtected(Permissions.AccessContentsInformation)
__implements = ( interfaces.IPredicate,
interfaces.IRule )
# Simulation workflow
security.declareProtected(Permissions.AccessContentsInformation,
'_getExpandablePropertyDict')
......
......@@ -49,9 +49,6 @@ class ProductionOrderRule(OrderRule):
security = ClassSecurityInfo()
security.declareObjectProtected(Permissions.AccessContentsInformation)
__implements = ( interfaces.IPredicate,
interfaces.IRule )
# Simulation workflow
security.declareProtected(Permissions.AccessContentsInformation,
'_getExpandablePropertyDict')
......
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