diff --git a/product/ERP5Type/tests/ERP5TypeTestCase.py b/product/ERP5Type/tests/ERP5TypeTestCase.py index 556e2a7336785b53c14faf11f654f338340b2dc7..648f056e30773d64f86440fab410d62596da59ce 100644 --- a/product/ERP5Type/tests/ERP5TypeTestCase.py +++ b/product/ERP5Type/tests/ERP5TypeTestCase.py @@ -1297,7 +1297,7 @@ def optimize(): # 'func_defaults' properties, so make sure we always export them. # This compatibility code is not required for normal ERP5 instances # because scripts are compiled at BT installation. - from Products.ERP5Type.Document.BusinessTemplate import BaseTemplateItem + from Products.ERP5.Document.BusinessTemplate import BaseTemplateItem BaseTemplateItem_removeProperties = BaseTemplateItem.removeProperties def removeProperties(self, obj, export): if export and isinstance(obj, PythonScript):