From 0606ca5bb24fe7e091d3535ecc5b9465c463cd84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Tue, 18 Apr 2006 10:50:07 +0000 Subject: [PATCH] missing import getToolByName git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6776 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/Tool/SimulationTool.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product/ERP5/Tool/SimulationTool.py b/product/ERP5/Tool/SimulationTool.py index 6152a641da..0a0756a57e 100644 --- a/product/ERP5/Tool/SimulationTool.py +++ b/product/ERP5/Tool/SimulationTool.py @@ -27,7 +27,7 @@ # ############################################################################## -from Products.CMFCore.utils import UniqueObject +from Products.CMFCore.utils import getToolByName from AccessControl import ClassSecurityInfo from Globals import InitializeClass, DTMLFile -- 2.30.9