- Timestamp:
- 22 Jan 2021, 22:49:43 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/students/student.py
r16371 r16382 28 28 from kofacustom.nigeria.students.student import NigeriaStudent 29 29 from waeup.uniben.students.interfaces import ( 30 ICustomStudent, ICustomStudentPersonalEdit )30 ICustomStudent, ICustomStudentPersonalEdit, IMedicalHistory) 31 31 32 32 … … 36 36 """ 37 37 grok.implements( 38 ICustomStudent, IStudentNavigation, ICustomStudentPersonalEdit) 38 ICustomStudent, IStudentNavigation, ICustomStudentPersonalEdit, 39 IMedicalHistory) 39 40 grok.provides(ICustomStudent) 40 41
Note: See TracChangeset for help on using the changeset viewer.