File:  [Repository] / lise / __init__.py
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Apr 14 16:37:27 2004 UTC (20 years, 2 months ago) by wischi
Branches: wischi, MAIN
CVS tags: alpha, HEAD
first release

    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>