[Erp5-report] r32758 nicolas.dumazet - /erp5/trunk/products/ERP5Type/XMLMatrix.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Feb 18 12:13:40 CET 2010


Author: nicolas.dumazet
Date: Thu Feb 18 12:13:39 2010
New Revision: 32758

URL: http://svn.erp5.org?rev=32758&view=rev
Log:
rm unused imports

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

Modified: erp5/trunk/products/ERP5Type/XMLMatrix.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/XMLMatrix.py?rev=32758&r1=32757&r2=32758&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/XMLMatrix.py [utf8] (original)
+++ erp5/trunk/products/ERP5Type/XMLMatrix.py [utf8] Thu Feb 18 12:13:39 2010
@@ -27,7 +27,7 @@
 ##############################################################################
 
 from Products.ERP5Type.Globals import InitializeClass, PersistentMapping
-from Acquisition import aq_base, aq_parent, aq_inner, aq_acquire
+from Acquisition import aq_base
 from AccessControl import ClassSecurityInfo
 from Products.ERP5Type import Permissions
 from Products.ERP5Type.Core.Folder import Folder




More information about the Erp5-report mailing list