Ignore:
Timestamp:
31 Aug 2021, 14:41:29 (3 years ago)
Author:
Henrik Bettermann
Message:

Change from skeleton to ecns.

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

Legend:

Unmodified
Added
Removed
  • main/kofacustom.ecns/trunk/src/kofacustom/ecns/students/tests/test_student.py

    r15614 r16589  
    2222from zope.interface import verify
    2323from waeup.kofa.testing import FunctionalTestCase
    24 from kofacustom.skeleton.students.student import CustomStudent, CustomStudentFactory
    25 from kofacustom.skeleton.students.studycourse import (
     24from kofacustom.ecns.students.student import CustomStudent, CustomStudentFactory
     25from kofacustom.ecns.students.studycourse import (
    2626    CustomStudentStudyCourse, CustomStudentStudyCourseFactory)
    27 from kofacustom.skeleton.students.studylevel import (
     27from kofacustom.ecns.students.studylevel import (
    2828    CustomStudentStudyLevel, CustomCourseTicket,
    2929    CustomStudentStudyLevelFactory,
    3030    CustomCourseTicketFactory)
    31 from kofacustom.skeleton.students.interfaces import (
     31from kofacustom.ecns.students.interfaces import (
    3232    ICustomStudent, ICustomStudentStudyCourse,
    3333    ICustomStudentStudyLevel, ICustomCourseTicket)
    34 from kofacustom.skeleton.testing import FunctionalLayer
     34from kofacustom.ecns.testing import FunctionalLayer
    3535
    3636
Note: See TracChangeset for help on using the changeset viewer.