Changeset 5437 for main/waeup.sirp/trunk


Ignore:
Timestamp:
15 Aug 2010, 14:38:48 (14 years ago)
Author:
uli
Message:

Oops, interface names should start with uppercase 'i'.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/jambtables/interfaces.py

    r5436 r5437  
    571571        readonly = True)
    572572
    573 class ApplicantsFormChallenger(Interface):
     573class IApplicantsFormChallenger(Interface):
    574574    """A challenger that uses a browser form to collect applicant
    575575       credentials.
     
    589589        )
    590590
    591 class JAMBApplicantsFormChallenger(ApplicantsFormChallenger):
     591class IJAMBApplicantsFormChallenger(ApplicantsFormChallenger):
    592592    """A challenger that uses a browser form to collect applicant
    593593       credentials for applicants in JAMB process.
Note: See TracChangeset for help on using the changeset viewer.