Changeset 5749
- Timestamp:
- 13 Feb 2011, 11:42:38 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/applicants/jambtables/__init__.py
r5745 r5749 1 1 # Make this a package. 2 from waeup.sirp.applicants.jambtables.applicants import (3 ResultEntry, Applicant, ApplicantFactory, ApplicantContainer,4 )5 2 from waeup.sirp.applicants.jambtables.batching import JAMBDataImporter 6 3 from waeup.sirp.applicants.jambtables.jambtables import ( … … 9 6 10 7 __all__ = ( 11 Applicant,12 ApplicantContainer,13 ApplicantFactory,14 8 JAMBDataImporter, 15 9 JAMBDataPlugin, 16 10 JAMBDataRoot, 17 ResultEntry,18 11 )
Note: See TracChangeset for help on using the changeset viewer.