Commit af7f20bc authored by Nicolas Dumazet's avatar Nicolas Dumazet

fix imports after portal type classes changes

This should fix testBPMEvaluation __setstate__ recursion.

I have a patch ready if/when we decide that we need to perform this kind of
change dynamically inside ERP5Type.Utils.PersistentMigrationMixin


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39653 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 1f851edf
......@@ -28,7 +28,7 @@
#
##############################################################################
from Products.ERP5Type.Document.BPMBuilder import BPMBuilder
from Products.ERP5.Document.BPMBuilder import BPMBuilder
class DeliveryBuilder(BPMBuilder):
# CMF Type Definition
......
......@@ -28,7 +28,7 @@
#
##############################################################################
from Products.ERP5Type.Document.BPMBuilder import BPMBuilder
from Products.ERP5.Document.BPMBuilder import BPMBuilder
class OrderBuilder(BPMBuilder):
# CMF Type Definition
......
259
\ No newline at end of file
260
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