Ignore:
Timestamp:
17 Jan 2025, 03:58:56 (39 hours 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_browser.py

    r16717 r17991  
    2525from zope.intid.interfaces import IIntIds
    2626from hurry.workflow.interfaces import IWorkflowState
    27 from kofacustom.skeleton.testing import FunctionalLayer
     27from kofacustom.schoolcash.testing import FunctionalLayer
    2828from waeup.kofa.browser.tests.test_pdf import samples_dir
    2929from waeup.kofa.applicants.tests.test_browser import ApplicantsFullSetup
    3030from waeup.kofa.applicants.tests.test_batching import ApplicantImportExportSetup
    31 from kofacustom.skeleton.applicants.export import CustomApplicantExporter
    32 from kofacustom.skeleton.applicants.batching import CustomApplicantProcessor
     31from kofacustom.schoolcash.applicants.export import CustomApplicantExporter
     32from kofacustom.schoolcash.applicants.batching import CustomApplicantProcessor
    3333
    3434class CustomApplicantUITests(ApplicantsFullSetup):
Note: See TracChangeset for help on using the changeset viewer.