From ffde7272fe519c0af56b3b039ae810b6ea263835 Mon Sep 17 00:00:00 2001
From: Ivan Tyagov <ivan@nexedi.com>
Date: Wed, 25 Feb 2009 08:37:49 +0000
Subject: [PATCH] Minor name fix.

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

diff --git a/product/ERP5/Tool/IntrospectionTool.py b/product/ERP5/Tool/IntrospectionTool.py
index 4b7fd8dcb1..82258cdcb4 100644
--- a/product/ERP5/Tool/IntrospectionTool.py
+++ b/product/ERP5/Tool/IntrospectionTool.py
@@ -31,7 +31,7 @@ from Globals import InitializeClass, DTMLFile
 from Products.ERP5Type.Tool.BaseTool import BaseTool
 from Products.ERP5Type import Permissions
 from AccessControl.SecurityManagement import setSecurityManager
-from Products.ERP5Wizard import _dtmldir
+from Products.ERP5 import _dtmldir
 from Products.ERP5Wizard.Tool.WizardTool import _setSuperSecurityManager
 from Products.ERP5Type.Cache import CachingMethod
 
-- 
2.30.9