Ignore:
Timestamp:
24 Aug 2010, 01:00:25 (14 years ago)
Author:
uli
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/jambtables/__init__.py

    r5328 r5477  
    11# Make this a package.
    22from 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 TracChangeset for help on using the changeset viewer.