Ignore:
Timestamp:
13 Sep 2021, 12:24:36 (3 years ago)
Author:
Henrik Bettermann
Message:

Rename site.

Location:
main/kofacustom.edocons/trunk/src/kofacustom/edocons/applicants
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.edocons/trunk/src/kofacustom/edocons/applicants/applicant.py

    r16589 r16615  
    2222from waeup.kofa.utils.helpers import attrs_to_fields
    2323from kofacustom.nigeria.applicants.applicant import NigeriaApplicant
    24 from kofacustom.ecns.applicants.interfaces import(
     24from kofacustom.edocons.applicants.interfaces import(
    2525    ICustomApplicant, ICustomUGApplicantEdit, ICustomPGApplicantEdit, IPUTMEApplicantEdit)
    2626
  • main/kofacustom.edocons/trunk/src/kofacustom/edocons/applicants/batching.py

    r16589 r16615  
    2020from kofacustom.nigeria.applicants.batching import NigeriaApplicantProcessor
    2121from waeup.kofa.applicants.batching import ApplicantOnlinePaymentProcessor
    22 from kofacustom.ecns.applicants.interfaces import (
     22from kofacustom.edocons.applicants.interfaces import (
    2323    ICustomApplicant,
    2424    ICustomApplicantUpdateByRegNo,
  • main/kofacustom.edocons/trunk/src/kofacustom/edocons/applicants/browser.py

    r16589 r16615  
    2525    NigeriaPDFApplicationSlip)
    2626
    27 from kofacustom.ecns.interfaces import MessageFactory as _
     27from kofacustom.edocons.interfaces import MessageFactory as _
    2828
  • main/kofacustom.edocons/trunk/src/kofacustom/edocons/applicants/export.py

    r16589 r16615  
    2424from kofacustom.nigeria.applicants.interfaces import (
    2525    INigeriaUGApplicant, INigeriaPGApplicant)
    26 from kofacustom.ecns.applicants.interfaces import (
     26from kofacustom.edocons.applicants.interfaces import (
    2727    ICustomUGApplicant, ICustomPGApplicant)
    2828
  • main/kofacustom.edocons/trunk/src/kofacustom/edocons/applicants/interfaces.py

    r16589 r16615  
    3737    IPUTMEApplicantEdit,
    3838    )
    39 from kofacustom.ecns.interfaces import MessageFactory as _
    40 from kofacustom.ecns.payments.interfaces import ICustomOnlinePayment
     39from kofacustom.edocons.interfaces import MessageFactory as _
     40from kofacustom.edocons.payments.interfaces import ICustomOnlinePayment
    4141
    4242class ICustomUGApplicant(INigeriaUGApplicant):
  • main/kofacustom.edocons/trunk/src/kofacustom/edocons/applicants/payment.py

    r16589 r16615  
    2424from waeup.kofa.applicants.payment import ApplicantOnlinePayment
    2525from waeup.kofa.utils.helpers import attrs_to_fields
    26 from kofacustom.ecns.applicants.interfaces import ICustomApplicantOnlinePayment
     26from kofacustom.edocons.applicants.interfaces import ICustomApplicantOnlinePayment
    2727
    2828class CustomApplicantOnlinePayment(ApplicantOnlinePayment):
  • main/kofacustom.edocons/trunk/src/kofacustom/edocons/applicants/tests/test_applicant.py

    r16589 r16615  
    3030from waeup.kofa.interfaces import IFileStoreHandler, IFileStoreNameChooser
    3131from waeup.kofa.testing import FunctionalTestCase
    32 from kofacustom.ecns.applicants.applicant import (
     32from kofacustom.edocons.applicants.applicant import (
    3333    CustomApplicant, CustomApplicantFactory,
    3434    )
    35 from kofacustom.ecns.applicants.interfaces import ICustomApplicant
    36 from kofacustom.ecns.testing import FunctionalLayer
     35from kofacustom.edocons.applicants.interfaces import ICustomApplicant
     36from kofacustom.edocons.testing import FunctionalLayer
    3737
    3838class CustomApplicantTest(FunctionalTestCase):
  • main/kofacustom.edocons/trunk/src/kofacustom/edocons/applicants/tests/test_browser.py

    r16591 r16615  
    2525from zope.intid.interfaces import IIntIds
    2626from hurry.workflow.interfaces import IWorkflowState
    27 from kofacustom.ecns.testing import FunctionalLayer
     27from kofacustom.edocons.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.ecns.applicants.export import CustomApplicantExporter
    32 from kofacustom.ecns.applicants.batching import CustomApplicantProcessor
     31from kofacustom.edocons.applicants.export import CustomApplicantExporter
     32from kofacustom.edocons.applicants.batching import CustomApplicantProcessor
    3333
    3434class CustomApplicantUITests(ApplicantsFullSetup):
  • main/kofacustom.edocons/trunk/src/kofacustom/edocons/applicants/utils.py

    r16589 r16615  
    2222from waeup.kofa.applicants.workflow import (INITIALIZED,
    2323    STARTED, PAID, ADMITTED, NOT_ADMITTED, SUBMITTED, CREATED)
    24 from kofacustom.ecns.interfaces import MessageFactory as _
     24from kofacustom.edocons.interfaces import MessageFactory as _
    2525
    2626
Note: See TracChangeset for help on using the changeset viewer.