Commit 3ceb4d82 authored by Fabien Morin's avatar Fabien Morin

remove unused imports

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29562 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent fcd2f091
......@@ -30,10 +30,8 @@
from AccessControl import ClassSecurityInfo
from Products.ERP5.Document.Resource import Resource
from Products.ERP5Type import Permissions, PropertySheet, Constraint, Interface
from Products.ERP5Type.Base import Base
from Products.ERP5Type import Permissions, PropertySheet
from Products.ERP5Type.XMLMatrix import XMLMatrix
from zLOG import LOG
class ApparelAssortment(Resource, XMLMatrix):
"""
......
......@@ -28,14 +28,10 @@
#
##############################################################################
from Globals import InitializeClass, PersistentMapping
from AccessControl import ClassSecurityInfo
from Products.ERP5Type import Permissions, PropertySheet, Constraint, Interface
from Products.ERP5Type import Permissions, PropertySheet
from Products.ERP5.Document.Resource import Resource
from Products.CMFCore.WorkflowCore import WorkflowMethod
from Products.ERP5Type.XMLMatrix import XMLMatrix
from Products.ERP5.Document.Domain import Domain
class ApparelCloth(Resource, XMLMatrix):
"""
......
......@@ -31,7 +31,7 @@
from AccessControl import ClassSecurityInfo
from Products.ERP5.Document.Resource import Resource
from Products.ERP5Type import Permissions, PropertySheet, Constraint, Interface
from Products.ERP5Type import Permissions, PropertySheet
class ApparelColourRange(Resource):
"""
......
......@@ -30,8 +30,7 @@
from AccessControl import ClassSecurityInfo
from Products.ERP5.Document.Resource import Resource
from Products.ERP5Type import Permissions, PropertySheet, Constraint, Interface
from Products.ERP5Type.Utils import rejectIn
from Products.ERP5Type import Permissions, PropertySheet
class ApparelComponent(Resource):
"""
......
......@@ -28,10 +28,8 @@
##############################################################################
from AccessControl import ClassSecurityInfo
from Products.ERP5.Document.Resource import Resource
from Products.ERP5Type import Permissions, PropertySheet, Constraint, Interface
from Products.ERP5Type.Utils import rejectIn
from Products.ERP5Type import Permissions, PropertySheet
class ApparelFabric(Resource):
"""
......
......@@ -28,14 +28,12 @@
#
##############################################################################
from Globals import InitializeClass, PersistentMapping
from AccessControl import ClassSecurityInfo
from Products.CMFCore.WorkflowCore import WorkflowAction
from Products.ERP5Type import Permissions, PropertySheet, Constraint, Interface
from Products.ERP5Type import Permissions, PropertySheet
from Products.ERP5Type.XMLObject import XMLObject
from Products.ERP5Type.XMLMatrix import XMLMatrix
from Products.ERP5.Document.Domain import Domain
from Products.ERP5.Document.Image import Image
class ApparelMeasurement(XMLObject, XMLMatrix, Image):
......
......@@ -28,10 +28,8 @@
##############################################################################
from AccessControl import ClassSecurityInfo
from Products.ERP5.Document.Resource import Resource
from Products.ERP5Type import Permissions, PropertySheet, Constraint, Interface
from Products.ERP5Type.Base import Base
from Products.ERP5Type import Permissions, PropertySheet
from Products.ERP5Type.XMLMatrix import XMLMatrix
class ApparelModel(Resource, XMLMatrix):
......
......@@ -30,8 +30,7 @@
from AccessControl import ClassSecurityInfo
from Products.ERP5.Document.Resource import Resource
from Products.ERP5Type import Permissions, PropertySheet, Constraint, Interface
from Products.CMFCore.WorkflowCore import WorkflowMethod
from Products.ERP5Type import Permissions, PropertySheet
class ApparelShape(Resource):
"""
......
......@@ -28,13 +28,10 @@
#
##############################################################################
from Globals import InitializeClass, PersistentMapping
from AccessControl import ClassSecurityInfo
from Products.ERP5Type import Permissions, PropertySheet, Constraint, Interface
from Products.ERP5Type import Permissions, PropertySheet
from Products.ERP5Type.XMLObject import XMLObject
from Products.ERP5Type.XMLMatrix import XMLMatrix
from Products.ERP5.Document.Domain import Domain
class ApparelSize(XMLObject, XMLMatrix):
"""
......
100
103
\ No newline at end of file
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