Last change
on this file since 7093 was
7063,
checked in by uli, 13 years ago
|
Merge changes from branch ulif-extimgstore back into trunk.
Beside external image storage also waeupdocs should work again.
|
File size:
711 bytes
|
Line | |
---|
1 | """This package contains everything regarding university applicants. |
---|
2 | """ |
---|
3 | # Make this a package. |
---|
4 | from waeup.sirp.applicants.applicant import ( |
---|
5 | ResultEntry, Applicant, ApplicantFactory, ApplicantImageStoreHandler, |
---|
6 | get_regno_or_ac, ApplicantImageNameChooser, |
---|
7 | ) |
---|
8 | from waeup.sirp.applicants.container import ApplicantsContainer |
---|
9 | from waeup.sirp.applicants.root import ( |
---|
10 | ApplicantsRoot, get_applicant_data, application_exists, |
---|
11 | ) |
---|
12 | |
---|
13 | __all__ = [ |
---|
14 | 'ResultEntry', |
---|
15 | 'Applicant', |
---|
16 | 'ApplicantFactory', |
---|
17 | 'ApplicantImageNameChooser', |
---|
18 | 'ApplicantImageStoreHandler', |
---|
19 | 'ApplicantsContainer', |
---|
20 | 'ApplicantsRoot', |
---|
21 | 'application_exists', |
---|
22 | 'get_applicant_data', |
---|
23 | 'get_regno_or_ac', |
---|
24 | ] |
---|
Note: See
TracBrowser for help on using the repository browser.