Skip to content
This repository has been archived by the owner on Sep 28, 2020. It is now read-only.

Commit

Permalink
Added help topic registration.
Browse files Browse the repository at this point in the history
  • Loading branch information
latteier committed Dec 9, 1999
1 parent cd69bf4 commit d8afaf5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions __init__.py
Expand Up @@ -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
Expand Down Expand Up @@ -177,4 +177,5 @@ def initialize(context):
# )

context.registerZClass(ZClasses.ObjectManager.ZObjectManager)


context.registerHelp()

0 comments on commit d8afaf5

Please sign in to comment.