Commit 84dccfc9 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

Inherit Predicate in SolverTypeInformation to make it possible to find...

Inherit Predicate in SolverTypeInformation to make it possible to find appropriate target solvers by using predicate API.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36474 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 79320421
......@@ -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
......
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