Commit 96dbd2c2 authored by Jean-Paul Smets's avatar Jean-Paul Smets

import ERPTypeInfo


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1334 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 630d55c7
......@@ -46,6 +46,7 @@ def initialize( context ):
from Tool import ClassTool
import Document
import Base, XMLObject
from ERP5Type import ERP5TypeInformation
# Define documents, classes, constructors and tools
object_classes = ()
content_constructors = ()
......@@ -59,12 +60,6 @@ def initialize( context ):
portal_tools = portal_tools,
content_constructors = content_constructors,
content_classes = content_classes)
# # We should register interface classes at some point
# from Products.ERP5Type.InitGenerator import initializeProductInterfaceRegistry
# initializeProductInterfaceRegistry()
# # We should register property sheet classes at some point
# from Products.ERP5Type.InitGenerator import initializeProductPropertySheetRegistry
# initializeProductPropertySheetRegistry()
# We should register product classes at some point
from Products.ERP5Type.InitGenerator import initializeProductDocumentRegistry
initializeProductDocumentRegistry()
......
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