Changeset 6319


Ignore:
Timestamp:
10 Jun 2011, 01:52:06 (13 years ago)
Author:
uli
Message:

Remove trailing whitespace.

File:
1 edited

Legend:

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

    r6317 r6319  
    229229    """
    230230    grok.context(IApplicantsContainer)
    231    
     231
    232232class ApplicantBreadcrumb(Breadcrumb):
    233233    """A breadcrumb for applicants.
    234234    """
    235235    grok.context(IApplicant)
    236    
     236
    237237    @property
    238238    def title(self):
     
    393393
    394394    pnav = 3
    395    
     395
    396396    @property
    397397    def ac_prefix(self):
     
    428428        self.redirect(self.url(self.context[pin], 'edit'))
    429429        return
    430        
     430
    431431class AccessCodeLink(LeftSidebarLink):
    432432    grok.order(1)
Note: See TracChangeset for help on using the changeset viewer.