[Erp5-report] r25691 - /erp5/trunk/products/ERP5/Tool/IntrospectionTool.py

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Feb 25 10:15:15 CET 2009


Author: ivan
Date: Wed Feb 25 10:15:10 2009
New Revision: 25691

URL: http://svn.erp5.org?rev=25691&view=rev
Log:
Use function from proper location (r25690).

Modified:
    erp5/trunk/products/ERP5/Tool/IntrospectionTool.py

Modified: erp5/trunk/products/ERP5/Tool/IntrospectionTool.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Tool/IntrospectionTool.py?rev=25691&r1=25690&r2=25691&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Tool/IntrospectionTool.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Tool/IntrospectionTool.py [utf8] Wed Feb 25 10:15:10 2009
@@ -32,9 +32,8 @@
 from Products.ERP5Type import Permissions
 from AccessControl.SecurityManagement import setSecurityManager
 from Products.ERP5 import _dtmldir
-from Products.ERP5Wizard.Tool.WizardTool import _setSuperSecurityManager
+from Products.ERP5Type.Utils import _setSuperSecurityManager
 from Products.ERP5Type.Cache import CachingMethod
-
 
 class IntrospectionTool(BaseTool):
   """




More information about the Erp5-report mailing list