Changeset 10312 for main/waeup.uniben/trunk/src/waeup/uniben/students
- Timestamp:
- 18 Jun 2013, 09:59:25 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/students/student.py
r10200 r10312 35 35 grok.provides(ICustomStudent) 36 36 37 @property 38 def transcript_enabled(self): 39 return True 40 37 41 38 42 # Set all attributes of Student required in IStudent as field
Note: See TracChangeset for help on using the changeset viewer.