Commit 94b3d005 authored by Amos Latteier's avatar Amos Latteier

Added help topic registration.

parent 40d117a3
......@@ -83,8 +83,8 @@
#
##############################################################################
__doc__='''Object system core
$Id: __init__.py,v 1.32 1999/11/03 14:40:12 brian Exp $'''
__version__='$Revision: 1.32 $'[11:-2]
$Id: __init__.py,v 1.33 1999/12/09 23:43:18 amos Exp $'''
__version__='$Revision: 1.33 $'[11:-2]
import Version, OFS.Image, OFS.Folder, AccessControl.User
import OFS.DTMLMethod, OFS.DTMLDocument, ZClasses.ObjectManager
......@@ -177,4 +177,5 @@ def initialize(context):
# )
context.registerZClass(ZClasses.ObjectManager.ZObjectManager)
context.registerHelp()
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