[Erp5-report] r29629 - /erp5/trunk/products/ERP5Type/ERP5Type.py

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Oct 14 10:55:16 CEST 2009


Author: jm
Date: Wed Oct 14 10:55:15 2009
New Revision: 29629

URL: http://svn.erp5.org?rev=29629&view=rev
Log:
Revert removal of import of Products

This fixes ERP5TypeInformation.getInstanceBaseCategoryList,
which is used by testOOoImport.

Modified:
    erp5/trunk/products/ERP5Type/ERP5Type.py

Modified: erp5/trunk/products/ERP5Type/ERP5Type.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/ERP5Type.py?rev=29629&r1=29628&r2=29629&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/ERP5Type.py [utf8] (original)
+++ erp5/trunk/products/ERP5Type/ERP5Type.py [utf8] Wed Oct 14 10:55:15 2009
@@ -24,7 +24,7 @@
 from Products.ERP5Type.Globals import InitializeClass
 from AccessControl import ClassSecurityInfo, getSecurityManager
 from Acquisition import aq_base, aq_inner, aq_parent
-
+import Products
 from Products.CMFCore.TypesTool import FactoryTypeInformation
 from Products.CMFCore.Expression import Expression
 from Products.CMFCore.exceptions import AccessControl_Unauthorized




More information about the Erp5-report mailing list