File:  [Repository] / checkStation / __init__.py
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Sun May 15 08:35:00 2005 UTC (19 years ago) by dwinter
CVS tags: MAIN, HEAD
Initial revision

import checkStation

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

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

    

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