Ignore:
Timestamp:
13 Oct 2014, 10:40:59 (10 years ago)
Author:
Henrik Bettermann
Message:

Replace 'sampleuni' by 'pcn'.

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

Legend:

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

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