Changeset 10641 for main/waeup.aaue/trunk
- Timestamp:
- 23 Sep 2013, 08:12:39 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/students/utils.py
r10467 r10641 28 28 29 29 """ 30 31 gpa_boundaries = ((1, 'FRNS'), 32 (1.5, 'Pass'), 33 (2.4, '3rd Class Honours'), 34 (3.5, '2nd Class Honours Lower Division'), 35 (4.5, '2nd Class Honours Upper Division'), 36 (5, '1st Class Honours')) 30 37 31 38 def getReturningData(self, student):
Note: See TracChangeset for help on using the changeset viewer.