Ignore:
Timestamp:
6 May 2018, 10:16:09 (6 years ago)
Author:
Henrik Bettermann
Message:

Change package name.

Location:
main/kofacustom.edopoly/trunk/src/kofacustom/edopoly/applicants/tests
Files:
2 edited

Legend:

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

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

    r14995 r15000  
    2525from zope.intid.interfaces import IIntIds
    2626from hurry.workflow.interfaces import IWorkflowState
    27 from kofacustom.esitm.testing import FunctionalLayer
     27from kofacustom.edopoly.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.esitm.applicants.export import CustomApplicantExporter
    32 from kofacustom.esitm.applicants.batching import CustomApplicantProcessor
     31from kofacustom.edopoly.applicants.export import CustomApplicantExporter
     32from kofacustom.edopoly.applicants.batching import CustomApplicantProcessor
    3333
    3434class CustomApplicantUITests(ApplicantsFullSetup):
Note: See TracChangeset for help on using the changeset viewer.