source: main/waeup.sirp/trunk/src/waeup/sirp/applicants/jambtables/__init__.py @ 5687

Last change on this file since 5687 was 5672, checked in by uli, 14 years ago

Remove ApplicantsPlugin? completely.

File size: 444 bytes
Line 
1# Make this a package.
2from waeup.sirp.jambtables.applicants import (
3    ResultEntry, Applicant, ApplicantFactory, ApplicantContainer,
4    )
5from waeup.sirp.jambtables.batching import ApplicantImporter
6from waeup.sirp.jambtables.jambtables import JAMBDataTable, JAMB_DATA_HEADERS
7
8
9__all__ = (
10    Applicant,
11    ApplicantContainer,
12    ApplicantFactory,
13    ApplicantImporter,
14    JAMBDataTable,
15    JAMB_DATA_HEADERS,
16    ResultEntry,
17    )
Note: See TracBrowser for help on using the repository browser.