File:  [Repository] / ZSQLExtend / Attic / __init__.py.~1.1.1.1.~
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Thu Feb 5 20:31:42 2004 UTC (20 years, 5 months ago) by dwinter
Branches: MAIN
CVS tags: HEAD
minor

import ZSQLExtend

def initialize(context):
    """initialize OSAS"""
    context.registerClass(
        ZSQLExtend.ZSQLExtendFolder,
        constructors = (
          ZSQLExtend.manage_addZSQLExtendFolderForm,
          ZSQLExtend.manage_addZSQLExtendFolder
          )
        )


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>