- Timestamp:
- 6 Nov 2013, 17:15:39 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kwarapoly/trunk/src/waeup/kwarapoly/students/student.py
r9347 r10710 25 25 from waeup.kofa.students.interfaces import IStudentNavigation 26 26 from kofacustom.nigeria.students.student import NigeriaStudent 27 from waeup.kwarapoly.students.interfaces import ICustomStudent 27 from waeup.kwarapoly.students.interfaces import ( 28 ICustomStudent, ICustomStudentPersonalEdit) 28 29 29 30 class CustomStudent(NigeriaStudent): … … 31 32 owned by students. 32 33 """ 33 grok.implements(ICustomStudent, IStudentNavigation) 34 grok.implements(ICustomStudent, 35 ICustomStudentPersonalEdit, IStudentNavigation) 34 36 grok.provides(ICustomStudent) 35 37
Note: See TracChangeset for help on using the changeset viewer.