Changeset 15292 for main/kofacustom.coewarri/trunk/src/kofacustom/coewarri
- Timestamp:
- 10 Jan 2019, 14:30:30 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.coewarri/trunk/src/kofacustom/coewarri/utils/utils.py
r14968 r15292 24 24 """A collection of methods subject to customization. 25 25 """ 26 27 COURSE_CATEGORY_DICT = { 28 'C':'Core Course (C)', 29 #'R':'Required Courses (R)', 30 'E':'Elective Courses (E)', 31 } 26 32 27 33 APP_CATS_DICT = {
Note: See TracChangeset for help on using the changeset viewer.