Last change
on this file was
7811,
checked in by uli, 13 years ago
|
Rename all non-locales stuff from sirp to kofa.
|
-
Property svn:keywords set to
Id
|
File size:
656 bytes
|
Rev | Line | |
---|
[5676] | 1 | """This package contains everything regarding university applicants. |
---|
[5637] | 2 | """ |
---|
[5636] | 3 | # Make this a package. |
---|
[7811] | 4 | from waeup.kofa.applicants.applicant import ( |
---|
[7240] | 5 | Applicant, ApplicantFactory, ApplicantImageStoreHandler, |
---|
| 6 | ApplicantImageNameChooser, |
---|
[5751] | 7 | ) |
---|
[7811] | 8 | from waeup.kofa.applicants.container import ApplicantsContainer |
---|
| 9 | from waeup.kofa.applicants.root import ApplicantsRoot |
---|
| 10 | from waeup.kofa.applicants.dynamicroles import ( |
---|
[7347] | 11 | ApplicantPrincipalRoleManager,) |
---|
[5751] | 12 | |
---|
[6500] | 13 | __all__ = [ |
---|
| 14 | 'Applicant', |
---|
| 15 | 'ApplicantFactory', |
---|
[7063] | 16 | 'ApplicantImageNameChooser', |
---|
| 17 | 'ApplicantImageStoreHandler', |
---|
[7347] | 18 | 'ApplicantPrincipalRoleManager', |
---|
[6500] | 19 | 'ApplicantsContainer', |
---|
| 20 | 'ApplicantsRoot', |
---|
| 21 | ] |
---|
Note: See
TracBrowser for help on using the repository browser.