source:
main/waeup.sirp/trunk/src/waeup/sirp/jambtables/__init__.py
@
5478
Last change on this file since 5478 was 5477, checked in by , 14 years ago | |
---|---|
File size: 246 bytes |
Line | |
---|---|
1 | # Make this a package. |
2 | from waeup.sirp.jambtables.jambtables import JAMBDataTable, JAMB_DATA_HEADERS |
3 | from 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.