- Timestamp:
- 14 May 2012, 10:04:25 (13 years ago)
- Location:
- main/waeup.aaue/trunk/src/waeup/aaue
- Files:
-
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/applicants/browser.py
r8421 r8444 35 35 PaymentReceiptActionButton) 36 36 from waeup.kofa.applicants.pdf import PDFApplicationSlip 37 from waeup. uniben.applicants.interfaces import (37 from waeup.aaue.applicants.interfaces import ( 38 38 IPGApplicant, IUGApplicant, IPGApplicantEdit, IUGApplicantEdit, 39 39 ICustomApplicantOnlinePayment) 40 from waeup. uniben.interfaces import MessageFactory as _40 from waeup.aaue.interfaces import MessageFactory as _ 41 41 42 42 #class RequestCallbackActionButton(RequestCallbackActionButton):
Note: See TracChangeset for help on using the changeset viewer.