Ignore:
Timestamp:
2 Apr 2012, 09:19:37 (12 years ago)
Author:
Henrik Bettermann
Message:

Remove trash.

File:
1 edited

Legend:

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

    r8010 r8014  
    418418    """
    419419
     420    def createStudent():
     421        """Create a student object from applicatnt data
     422        and copy applicant object.
     423        """
     424
    420425class IApplicantEdit(IApplicantProcessData):
    421426    """An applicant interface for editing.
     
    462467        )
    463468
    464     def createStudent():
    465         """Create a student object from applicatnt data
    466         and copy applicant object.
    467         """
    468 
    469469class IApplicantUpdateByRegNo(IApplicant):
    470470    """Representation of an applicant.
Note: See TracChangeset for help on using the changeset viewer.