Commit 3a9f6286 authored by Sebastien Robin's avatar Sebastien Robin

remove Base18


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1472 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 48f1034e
...@@ -49,8 +49,6 @@ from Products.ERP5Type.Accessor.TypeDefinition import list_types ...@@ -49,8 +49,6 @@ from Products.ERP5Type.Accessor.TypeDefinition import list_types
from Products.ERP5Type.XMLExportImport import Base_asXML from Products.ERP5Type.XMLExportImport import Base_asXML
from Accessor import WorkflowState from Accessor import WorkflowState
from Products.Base18.Base18 import Base18
from ZopePatch import ERP5PropertyManager from ZopePatch import ERP5PropertyManager
from CopySupport import CopyContainer from CopySupport import CopyContainer
...@@ -148,7 +146,7 @@ def initializeDynamicProperties(self, klass): ...@@ -148,7 +146,7 @@ def initializeDynamicProperties(self, klass):
# Mark as generated # Mark as generated
aq_method_generated[klass] = 1 aq_method_generated[klass] = 1
class Base( CopyContainer, PortalContent, Base18, ActiveObject, ERP5PropertyManager ): class Base( CopyContainer, PortalContent, ActiveObject, ERP5PropertyManager ):
""" """
This is the base class for all ERP5 Zope objects. This is the base class for all ERP5 Zope objects.
It defines object attributes which are necessary to implement It defines object attributes which are necessary to implement
......
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