Ignore:
Timestamp:
20 Jul 2016, 11:38:34 (8 years ago)
Author:
Henrik Bettermann
Message:

Rename 'skeleton' 'coewarri'.

Set port numbers.

Location:
main/kofacustom.coewarri/trunk/src/kofacustom/coewarri
Files:
1 edited
1 moved

Legend:

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

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