From d6ca7ff338c82c0bf66f8c1bc84886a9f8807ba9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Sun, 16 Sep 2007 20:37:34 +0000 Subject: [PATCH] remove unused imports, especially this line : from Products.ERP5Type.Utils import asList, keepIn, rejectIn which is no longer exported in Utils git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16396 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/Document/Transformation.py | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/product/ERP5/Document/Transformation.py b/product/ERP5/Document/Transformation.py index 460f5a3a3c..25c7f0ad4b 100644 --- a/product/ERP5/Document/Transformation.py +++ b/product/ERP5/Document/Transformation.py @@ -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): """ -- 2.30.9