[Erp5-report] r16396 - /erp5/trunk/products/ERP5/Document/Transformation.py

nobody at svn.erp5.org nobody at svn.erp5.org
Sun Sep 16 22:37:34 CEST 2007


Author: jerome
Date: Sun Sep 16 22:37:34 2007
New Revision: 16396

URL: http://svn.erp5.org?rev=16396&view=rev
Log:
remove unused imports, especially this line :
from Products.ERP5Type.Utils import asList, keepIn, rejectIn
which is no longer exported in Utils


Modified:
    erp5/trunk/products/ERP5/Document/Transformation.py

Modified: erp5/trunk/products/ERP5/Document/Transformation.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/Transformation.py?rev=16396&r1=16395&r2=16396&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/Transformation.py (original)
+++ erp5/trunk/products/ERP5/Document/Transformation.py Sun Sep 16 22:37:34 2007
@@ -28,23 +28,20 @@
 #
 ##############################################################################
 
-from Globals import InitializeClass, PersistentMapping
+from Globals import InitializeClass
 from AccessControl import ClassSecurityInfo
 
-from Products.ERP5Type import Permissions, PropertySheet, Constraint, Interface
+from Products.ERP5Type import Permissions, PropertySheet, Interface
 from Products.ERP5Type.XMLObject import XMLObject
-from Products.ERP5Type.Utils import asList, keepIn, rejectIn
 
 from Products.ERP5.Variated import Variated
 
 from Products.ERP5.Document.Predicate import Predicate
 
-from Globals import InitializeClass
 from Products.PythonScripts.Utility import allow_class
 
-import string
 from Products.CMFCategory.Renderer import Renderer
-from zLOG import LOG
+
 
 class Transformation(XMLObject, Predicate, Variated):
     """




More information about the Erp5-report mailing list