Commit d6ca7ff3 authored by Jérome Perrin's avatar Jérome Perrin

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
parent 84d686f0
......@@ -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):
"""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment