Annotation of checkStation/__init__.py, revision 1.1.1.1

1.1       dwinter     1: import checkStation
                      2: 
                      3: def initialize(context):
                      4:     """initialize"""
                      5: 
                      6:     context.registerClass(
                      7:         checkStation.checkStation,
                      8:         constructors = (
                      9:          checkStation.manage_addCheckStationForm,
                     10:          checkStation.manage_addCheckStation
                     11:          )
                     12:         )
                     13: 
                     14:     

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