Changeset 6077


Ignore:
Timestamp:
14 May 2011, 00:36:50 (13 years ago)
Author:
uli
Message:

Remove trailing whitespaces.

File:
1 edited

Legend:

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

    r6074 r6077  
    44## Started on  Thu Jan 20 04:33:18 2011 Uli Fouquet
    55## $Id$
    6 ## 
     6##
    77## Copyright (C) 2011 Uli Fouquet
    88## This program is free software; you can redistribute it and/or modify
     
    1010## the Free Software Foundation; either version 2 of the License, or
    1111## (at your option) any later version.
    12 ## 
     12##
    1313## This program is distributed in the hope that it will be useful,
    1414## but WITHOUT ANY WARRANTY; without even the implied warranty of
    1515## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    1616## GNU General Public License for more details.
    17 ## 
     17##
    1818## You should have received a copy of the GNU General Public License
    1919## along with this program; if not, write to the Free Software
     
    4949    #: purposes this container type serves (a few words only).
    5050    container_description = u'handles basic applicants'
    51    
     51
    5252    def archive(self, app_ids=None):
    5353        """Create on-dist archive of applicants stored in this term.
     
    6767
    6868        Optionally archive the applicants.
    69        
     69
    7070        If id is `None`, all applicants are archived.
    7171
     
    8383
    8484ApplicantsContainer = attrs_to_fields(ApplicantsContainer)
    85    
     85
    8686class ApplicantsContainerProvider(grok.GlobalUtility):
    8787    """A utility that provides basic applicants containers.
Note: See TracChangeset for help on using the changeset viewer.