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/students/tests/test_student.py

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