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 ago) by wischi
Branches: wischi, MAIN
CVS tags: alpha, HEAD
first release

import lise

def initialize(context):
	"Initialize the lise product"
	context.registerClass(
		lise.lise,
		constructors=(
			lise.manage_addliseForm,
			lise.manage_addlise
		),
		icon='Folder_icon.gif'
	)
	

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