- Timestamp:
- 13 Oct 2014, 10:40:59 (10 years ago)
- 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 22 22 from zope.interface import verify 23 23 from waeup.kofa.testing import FunctionalTestCase 24 from kofacustom. sampleuni.students.student import CustomStudent, CustomStudentFactory25 from kofacustom. sampleuni.students.studycourse import (24 from kofacustom.pcn.students.student import CustomStudent, CustomStudentFactory 25 from kofacustom.pcn.students.studycourse import ( 26 26 CustomStudentStudyCourse, CustomStudentStudyCourseFactory) 27 from kofacustom. sampleuni.students.studylevel import (27 from kofacustom.pcn.students.studylevel import ( 28 28 CustomStudentStudyLevel, CustomCourseTicket, 29 29 CustomStudentStudyLevelFactory, 30 30 CustomCourseTicketFactory) 31 from kofacustom. sampleuni.students.interfaces import (31 from kofacustom.pcn.students.interfaces import ( 32 32 ICustomStudent, ICustomStudentStudyCourse, 33 33 ICustomStudentStudyLevel, ICustomCourseTicket) 34 from kofacustom. sampleuni.testing import FunctionalLayer34 from kofacustom.pcn.testing import FunctionalLayer 35 35 36 36
Note: See TracChangeset for help on using the changeset viewer.