Commit 34c1cef2 authored by Nicolas Dumazet's avatar Nicolas Dumazet

register DocumentationHelper class


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43148 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ec223007
......@@ -90,13 +90,17 @@ def initialize( context ):
from Tool import (ClassTool, CacheTool, MemcachedTool, SessionTool,
TypesTool, WebServiceTool, PropertySheetTool)
import Document
import Base, XMLObject
from Base import Base, DocumentationHelper
import XMLObject
from ERP5Type import ERP5TypeInformation
import CodingStyle
# Define documents, classes, constructors and tools
object_classes = ()
content_constructors = ()
content_classes = Base.Base, XMLObject.XMLObject, ERP5TypeInformation
content_classes = ( Base,
DocumentationHelper,
XMLObject.XMLObject,
ERP5TypeInformation )
portal_tools = ( ClassTool.ClassTool,
CacheTool.CacheTool,
MemcachedTool.MemcachedTool,
......
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