Ignore:
Timestamp:
17 Jan 2025, 03:58:56 (2 weeks ago)
Author:
Henrik Bettermann
Message:

Initialize schoolcash demo portal.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.schoolcash/trunk/src/kofacustom/schoolcash/applicants/tests/test_applicant.py

    r16717 r17991  
    3030from waeup.kofa.interfaces import IFileStoreHandler, IFileStoreNameChooser
    3131from waeup.kofa.testing import FunctionalTestCase
    32 from kofacustom.skeleton.applicants.applicant import (
     32from kofacustom.schoolcash.applicants.applicant import (
    3333    CustomApplicant, CustomApplicantFactory,
    3434    )
    35 from kofacustom.skeleton.applicants.interfaces import ICustomApplicant
    36 from kofacustom.skeleton.testing import FunctionalLayer
     35from kofacustom.schoolcash.applicants.interfaces import ICustomApplicant
     36from kofacustom.schoolcash.testing import FunctionalLayer
    3737
    3838class CustomApplicantTest(FunctionalTestCase):
Note: See TracChangeset for help on using the changeset viewer.