Changeset 11615 for main/waeup.kofa


Ignore:
Timestamp:
1 May 2014, 17:54:44 (11 years ago)
Author:
Henrik Bettermann
Message:

List instead of tuple.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/applicants/applicant.py

    r11614 r11615  
    5555    grok.provides(IApplicant)
    5656
    57     applicant_student_mapping = (
     57    applicant_student_mapping = [
    5858        ('firstname', 'firstname'),
    5959        ('middlename', 'middlename'),
     
    6363        ('email', 'email'),
    6464        ('phone', 'phone'),
    65         )
     65        ]
    6666
    6767    def __init__(self):
Note: See TracChangeset for help on using the changeset viewer.