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

Remove useless import in generated files


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@7496 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2fed99b2
...@@ -119,12 +119,9 @@ class %(class_name)s : ...@@ -119,12 +119,9 @@ class %(class_name)s :
} }
string = self.copyright_text + """ string = self.copyright_text + """
from AccessControl import ClassSecurityInfo
from Products.ERP5Type import Permissions, PropertySheet, Constraint, Interface from Products.ERP5Type import Permissions, PropertySheet, Constraint, Interface
from Products.ERP5Type.Utils import assertAttributePortalType
from Products.ERP5Type.XMLObject import XMLObject from Products.ERP5Type.XMLObject import XMLObject
from Products.ERP5.Core.Node import Node from Products.ERP5.Core.Node import Node
from Products.ERP5.Document.Entity import Entity
class %(class_name)s(Node, XMLObject): class %(class_name)s(Node, XMLObject):
\"\"\"An %(portal_type_name)s object holds the information about \"\"\"An %(portal_type_name)s object holds the information about
......
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