From 3a5ac1dad249e2231cff5ee58de79be26cb58b8d Mon Sep 17 00:00:00 2001 From: Romain Courteaud <romain@nexedi.com> Date: Tue, 14 Feb 2006 10:14:12 +0000 Subject: [PATCH] Fix a import error. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5691 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/Document/BusinessTemplate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product/ERP5/Document/BusinessTemplate.py b/product/ERP5/Document/BusinessTemplate.py index a0fb24e938..7f99b74316 100755 --- a/product/ERP5/Document/BusinessTemplate.py +++ b/product/ERP5/Document/BusinessTemplate.py @@ -42,7 +42,7 @@ from Products.ERP5Type.Utils import readLocalPropertySheet, \ importLocalPropertySheet, \ removeLocalPropertySheet from Products.ERP5Type.Utils import readLocalConstraint, \ - writeLocalPropertySheet, \ + writeLocalConstraint, \ importLocalConstraint, \ removeLocalConstraint from Products.ERP5Type.Utils import readLocalExtension, \ -- 2.30.9