Changeset 6101


Ignore:
Timestamp:
15 May 2011, 01:42:04 (14 years ago)
Author:
uli
Message:

Remove source methods that seem not to be necessary.

File:
1 edited

Legend:

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

    r6099 r6101  
    7575        return range(curr_year - 2, curr_year + 5)
    7676
    77     def getToken(self, value):
    78         return str(value)
    79 
    80     def getTitle(self, value):
    81       return str(value)
    82 
    8377class GenderSource(BasicSourceFactory):
    8478    """A gender source delivers basically a mapping
Note: See TracChangeset for help on using the changeset viewer.