[Erp5-report] r27401 - /erp5/trunk/products/ERP5/Document/TradeModelLine.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Jun 8 10:22:42 CEST 2009


Author: fabien
Date: Mon Jun  8 10:22:41 2009
New Revision: 27401

URL: http://svn.erp5.org?rev=27401&view=rev
Log:
Amount already inherit from Variated. It's useless to have it 2 times.

Modified:
    erp5/trunk/products/ERP5/Document/TradeModelLine.py

Modified: erp5/trunk/products/ERP5/Document/TradeModelLine.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/TradeModelLine.py?rev=27401&r1=27400&r2=27401&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/TradeModelLine.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Document/TradeModelLine.py [utf8] Mon Jun  8 10:22:41 2009
@@ -28,19 +28,14 @@
 ##############################################################################
 
 from AccessControl import ClassSecurityInfo
-
 from Products.ERP5Type import Permissions, PropertySheet, interfaces
 from Products.ERP5Type.XMLMatrix import XMLMatrix
-
 from Products.ERP5.Document.Amount import Amount
-from Products.ERP5.Variated import Variated
 from Products.ERP5Type.Utils import cartesianProduct
-
 from Products.ERP5.AggregatedAmountList import AggregatedAmountList
-
 import zope.interface
 
-class TradeModelLine(XMLMatrix, Amount, Variated):
+class TradeModelLine(XMLMatrix, Amount):
     """Trade Model Line
     """
     meta_type = 'ERP5 Trade Model Line'




More information about the Erp5-report mailing list