Changeset 5439


Ignore:
Timestamp:
15 Aug 2010, 14:54:41 (14 years ago)
Author:
uli
Message:

Fix typos and missing package names.

File:
1 edited

Legend:

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

    r5438 r5439  
    580580
    581581        The form must provide an ``access_code`` input field.
    582         """),
    583 
    584     accesscode_field = TextLine(
     582        """)
     583
     584    accesscode_field = schema.TextLine(
    585585        title = u'Access code field',
    586586        description = u'''Field of the login page which is looked up for
     
    589589        )
    590590
    591 class IJAMBApplicantsFormChallenger(ApplicantsFormChallenger):
     591class IJAMBApplicantsFormChallenger(IApplicantsFormChallenger):
    592592    """A challenger that uses a browser form to collect applicant
    593593       credentials for applicants in JAMB process.
     
    596596       no. provided by JAMB.
    597597    """
    598     jamb_reg_no_field = TextLine(
     598    jamb_reg_no_field = schema.TextLine(
    599599        title = u'JAMB registration no.',
    600600        description = u'''Field of the login page which is looked up for
Note: See TracChangeset for help on using the changeset viewer.