[Erp5-report] r36474 kazuhiko - /erp5/trunk/products/ERP5/Document/SolverTypeInformation.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Jun 21 14:30:37 CEST 2010


Author: kazuhiko
Date: Mon Jun 21 14:30:35 2010
New Revision: 36474

URL: http://svn.erp5.org?rev=36474&view=rev
Log:
Inherit Predicate in SolverTypeInformation to make it possible to find appropriate target solvers by using predicate API.

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

Modified: erp5/trunk/products/ERP5/Document/SolverTypeInformation.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/SolverTypeInformation.py?rev=36474&r1=36473&r2=36474&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/SolverTypeInformation.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Document/SolverTypeInformation.py [utf8] Mon Jun 21 14:30:35 2010
@@ -29,9 +29,10 @@
 from AccessControl import ClassSecurityInfo
 from Products.ERP5Type import Permissions, PropertySheet
 from Products.ERP5Type.ERP5Type import ERP5TypeInformation
+from Products.ERP5.Document.Predicate import Predicate
 from Products.ERP5Type.Cache import getReadOnlyTransactionCache
 
-class SolverTypeInformation(ERP5TypeInformation):
+class SolverTypeInformation(Predicate, ERP5TypeInformation):
   """
     EXPERIMENTAL - DO NOT USE THIS CLASS BESIDES R&D
 




More information about the Erp5-report mailing list