- Timestamp:
- 2 Apr 2012, 11:05:40 (13 years ago)
- Location:
- main/waeup.uniben/trunk/src/waeup/uniben
- Files:
-
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/students/browser.py
r7998 r8020 27 27 ExportPDFClearanceSlipPage) 28 28 from waeup.kofa.students.viewlets import RequestCallbackActionButton 29 from waeup. custom.students.interfaces import (29 from waeup.uniben.students.interfaces import ( 30 30 IStudent, IStudentPersonal, 31 31 IUGStudentClearance,IPGStudentClearance, 32 32 ) 33 from waeup. custom.interfaces import MessageFactory as _33 from waeup.uniben.interfaces import MessageFactory as _ 34 34 35 35 class RequestCallbackActionButton(RequestCallbackActionButton):
Note: See TracChangeset for help on using the changeset viewer.