From a54f002a7e2f46b9a5d42055f30589f43b5adb50 Mon Sep 17 00:00:00 2001
From: Julien Muchembled <jm@nexedi.com>
Date: Thu, 4 Nov 2010 18:37:18 +0000
Subject: [PATCH] Products.ERP5Type.Document. -> Products.ERP5.Document.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39930 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5Type/tests/ERP5TypeTestCase.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/product/ERP5Type/tests/ERP5TypeTestCase.py b/product/ERP5Type/tests/ERP5TypeTestCase.py
index 556e2a7336..648f056e30 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):
-- 
2.30.9