Changeset 17991 for main/kofacustom.schoolcash/trunk/src/kofacustom/schoolcash/applicants/browser.py
- Timestamp:
- 17 Jan 2025, 03:58:56 (39 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.schoolcash/trunk/src/kofacustom/schoolcash/applicants/browser.py
r16718 r17991 40 40 PG_OMIT_EDIT_FIELDS, 41 41 ) 42 from kofacustom.s keleton.applicants.interfaces import (42 from kofacustom.schoolcash.applicants.interfaces import ( 43 43 ICustomPGApplicant, ICustomUGApplicant, ICustomApplicant, 44 44 ICustomPGApplicantEdit, ICustomUGApplicantEdit, … … 46 46 ) 47 47 48 from kofacustom.s keleton.interfaces import MessageFactory as _48 from kofacustom.schoolcash.interfaces import MessageFactory as _ 49 49 50 50 class CustomApplicantEditFormPage(NigeriaApplicantEditFormPage):
Note: See TracChangeset for help on using the changeset viewer.