Commit 3a5ac1da authored by Romain Courteaud's avatar Romain Courteaud

Fix a import error.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5691 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 7aa8e24b
...@@ -42,7 +42,7 @@ from Products.ERP5Type.Utils import readLocalPropertySheet, \ ...@@ -42,7 +42,7 @@ from Products.ERP5Type.Utils import readLocalPropertySheet, \
importLocalPropertySheet, \ importLocalPropertySheet, \
removeLocalPropertySheet removeLocalPropertySheet
from Products.ERP5Type.Utils import readLocalConstraint, \ from Products.ERP5Type.Utils import readLocalConstraint, \
writeLocalPropertySheet, \ writeLocalConstraint, \
importLocalConstraint, \ importLocalConstraint, \
removeLocalConstraint removeLocalConstraint
from Products.ERP5Type.Utils import readLocalExtension, \ from Products.ERP5Type.Utils import readLocalExtension, \
......
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