Changeset 5437 for main/waeup.sirp/trunk
- Timestamp:
- 15 Aug 2010, 14:38:48 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/jambtables/interfaces.py
r5436 r5437 571 571 readonly = True) 572 572 573 class ApplicantsFormChallenger(Interface):573 class IApplicantsFormChallenger(Interface): 574 574 """A challenger that uses a browser form to collect applicant 575 575 credentials. … … 589 589 ) 590 590 591 class JAMBApplicantsFormChallenger(ApplicantsFormChallenger):591 class IJAMBApplicantsFormChallenger(ApplicantsFormChallenger): 592 592 """A challenger that uses a browser form to collect applicant 593 593 credentials for applicants in JAMB process.
Note: See TracChangeset for help on using the changeset viewer.