From 3c768cae70d36949d1c74965948826fe77a975ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Fri, 9 Apr 2010 08:04:52 +0000 Subject: [PATCH] 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 --- .../ERP5/Document/ProductionOrderModelRootSimulationRule.py | 3 --- product/ERP5/Document/ProductionOrderRootSimulationRule.py | 3 --- product/ERP5Legacy/Document/ProductionOrderModelRule.py | 3 --- product/ERP5Legacy/Document/ProductionOrderRule.py | 3 --- 4 files changed, 12 deletions(-) diff --git a/product/ERP5/Document/ProductionOrderModelRootSimulationRule.py b/product/ERP5/Document/ProductionOrderModelRootSimulationRule.py index 45408dec4f..c8055febd5 100644 --- a/product/ERP5/Document/ProductionOrderModelRootSimulationRule.py +++ b/product/ERP5/Document/ProductionOrderModelRootSimulationRule.py @@ -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""" diff --git a/product/ERP5/Document/ProductionOrderRootSimulationRule.py b/product/ERP5/Document/ProductionOrderRootSimulationRule.py index d8d89eadf6..9f362ee630 100644 --- a/product/ERP5/Document/ProductionOrderRootSimulationRule.py +++ b/product/ERP5/Document/ProductionOrderRootSimulationRule.py @@ -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""" diff --git a/product/ERP5Legacy/Document/ProductionOrderModelRule.py b/product/ERP5Legacy/Document/ProductionOrderModelRule.py index b65f4f3164..f9208b4e2a 100644 --- a/product/ERP5Legacy/Document/ProductionOrderModelRule.py +++ b/product/ERP5Legacy/Document/ProductionOrderModelRule.py @@ -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') diff --git a/product/ERP5Legacy/Document/ProductionOrderRule.py b/product/ERP5Legacy/Document/ProductionOrderRule.py index 0c3b2b538d..3e47330980 100644 --- a/product/ERP5Legacy/Document/ProductionOrderRule.py +++ b/product/ERP5Legacy/Document/ProductionOrderRule.py @@ -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') -- 2.30.9