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

Last change on this file since 5478 was 5477, checked in by uli, 14 years ago

Make Applicant Importer part of public API of this submodule and
expose it as such.

File size: 246 bytes
Line 
1# Make this a package.
2from waeup.sirp.jambtables.jambtables import JAMBDataTable, JAMB_DATA_HEADERS
3from waeup.sirp.jambtables.batching import ApplicantImporter
4
5__all__ = (
6    JAMBDataTable,
7    JAMB_DATA_HEADERS,
8    ApplicantImporter,
9    )
Note: See TracBrowser for help on using the repository browser.