File:  [Repository] / ZSQLExtend / __init__.py
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Fri Nov 28 15:03:10 2003 UTC (20 years, 5 months ago) by dwinter
Branches: dwinter
CVS tags: first
Erweiterte ZSQLMEthoden erster Import

import ZSQLExtend

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


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