Changeset 15602 for main/kofacustom.dspg/trunk/src
- Timestamp:
- 20 Sep 2019, 15:55:47 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.dspg/trunk/src/kofacustom/dspg/applicants/interfaces.py
r15592 r15602 285 285 def grad_year_range(): 286 286 curr_year = datetime.now().year 287 return range(curr_year - 10, curr_year + 0)287 return range(curr_year - 10, curr_year + 1) 288 288 289 289 class ICustomSpecialApplicant(ISpecialApplicant):
Note: See TracChangeset for help on using the changeset viewer.