Annotation of lise/__init__.py, revision 1.1

1.1     ! wischi      1: import lise
        !             2: 
        !             3: def initialize(context):
        !             4:    "Initialize the lise product"
        !             5:    context.registerClass(
        !             6:        lise.lise,
        !             7:        constructors=(
        !             8:            lise.manage_addliseForm,
        !             9:            lise.manage_addlise
        !            10:        ),
        !            11:        icon='Folder_icon.gif'
        !            12:    )
        !            13:    

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