Commit 23a78d9e authored by Łukasz Nowak's avatar Łukasz Nowak

- Predicate was moved from ERP5 to ERP5Type


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40460 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ca07fe45
......@@ -33,7 +33,7 @@ will replace DeliveryRule.
import zope.interface
from AccessControl import ClassSecurityInfo
from Products.ERP5Type import Permissions, PropertySheet, interfaces
from Products.ERP5.Document.Predicate import Predicate
from Products.ERP5Type.Document.Predicate import Predicate
from Products.ERP5.mixin.rule import RuleMixin
from Products.ERP5.mixin.movement_collection_updater import \
MovementCollectionUpdaterMixin
......
54
\ No newline at end of file
55
\ No newline at end of file
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