- Timestamp:
- 30 Nov 2011, 23:13:26 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/applicants/__init__.py
r7159 r7240 3 3 # Make this a package. 4 4 from waeup.sirp.applicants.applicant import ( 5 ResultEntry,Applicant, ApplicantFactory, ApplicantImageStoreHandler,6 get_regno_or_ac,ApplicantImageNameChooser,5 Applicant, ApplicantFactory, ApplicantImageStoreHandler, 6 ApplicantImageNameChooser, 7 7 ) 8 8 from waeup.sirp.applicants.container import ApplicantsContainer … … 14 14 15 15 __all__ = [ 16 'ResultEntry',17 16 'Applicant', 18 17 'ApplicantFactory',
Note: See TracChangeset for help on using the changeset viewer.