Changeset 6073


Ignore:
Timestamp:
13 May 2011, 18:04:42 (13 years ago)
Author:
uli
Message:

Fix various whitespaces.

File:
1 edited

Legend:

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

    r6070 r6073  
    192192        database.
    193193        """
    194        
     194
    195195class IApplicantsContainerAdd(IApplicantsContainer):
    196196    """An applicants container contains university applicants.
     
    203203        readonly = False,
    204204        )   
    205        
    206 IApplicantsContainerAdd['code'].order =  IApplicantsContainer['code'].order         
    207            
     205
     206IApplicantsContainerAdd['code'].order =  IApplicantsContainer['code'].order
     207
    208208class IApplicantBaseData(IWAeUPObject):
    209209    """The data for an applicant.
Note: See TracChangeset for help on using the changeset viewer.