Changeset 10295 for main/waeup.aaue/trunk/src/waeup/aaue/students
- Timestamp:
- 12 Jun 2013, 07:21:14 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/students/student.py
r9905 r10295 35 35 grok.provides(ICustomStudent) 36 36 37 @property 38 def transcript_enabled(self): 39 return True 40 37 41 # Set all attributes of Student required in IStudent as field 38 42 # properties. Doing this, we do not have to set initial attributes
Note: See TracChangeset for help on using the changeset viewer.