Ignore:
Timestamp:
9 Jun 2012, 15:43:07 (12 years ago)
Author:
Henrik Bettermann
Message:

Use strict_deadline attribute.

File:
1 edited

Legend:

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

    r8645 r8664  
    6262        return None
    6363
    64     def getApplicantsStatistics(self,container):
     64    def getApplicantsStatistics(self, container):
    6565        state_stats = {INITIALIZED:0, STARTED:0, PAID:0, SUBMITTED:0,
    6666            ADMITTED:0, NOT_ADMITTED:0, CREATED:0}
Note: See TracChangeset for help on using the changeset viewer.