Ignore:
Timestamp:
15 Mar 2023, 12:27:16 (18 months ago)
Author:
Henrik Bettermann
Message:

Rename skeleton koa.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.koa/trunk/src/kofacustom/koa/applicants/browser.py

    r16718 r17357  
    4040    PG_OMIT_EDIT_FIELDS,
    4141    )
    42 from kofacustom.skeleton.applicants.interfaces import (
     42from kofacustom.koa.applicants.interfaces import (
    4343    ICustomPGApplicant, ICustomUGApplicant, ICustomApplicant,
    4444    ICustomPGApplicantEdit, ICustomUGApplicantEdit,
     
    4646    )
    4747
    48 from kofacustom.skeleton.interfaces import MessageFactory as _
     48from kofacustom.koa.interfaces import MessageFactory as _
    4949
    5050class CustomApplicantEditFormPage(NigeriaApplicantEditFormPage):
Note: See TracChangeset for help on using the changeset viewer.