File:  [Repository] / checkStation / __init__.py
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Sun May 15 08:35:00 2005 UTC (18 years, 11 months ago) by dwinter
Branches: alpha, MAIN
CVS tags: dwinter, HEAD
new

import checkStation

def initialize(context):
    """initialize"""

    context.registerClass(
        checkStation.checkStation,
        constructors = (
         checkStation.manage_addCheckStationForm,
         checkStation.manage_addCheckStation
         )
        )

    

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