Ignore:
Timestamp:
6 May 2018, 10:16:09 (6 years ago)
Author:
Henrik Bettermann
Message:

Change package name.

Location:
main/kofacustom.edopoly/trunk/src/kofacustom/edopoly/students/tests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.edopoly/trunk/src/kofacustom/edopoly/students/tests/test_browser.py

    r14995 r15000  
    3434    IExtFileStore, IFileStoreNameChooser)
    3535from waeup.kofa.students.interfaces import IStudentsUtils
    36 from kofacustom.esitm.testing import FunctionalLayer
     36from kofacustom.edopoly.testing import FunctionalLayer
    3737
    3838
  • main/kofacustom.edopoly/trunk/src/kofacustom/edopoly/students/tests/test_export.py

    r14995 r15000  
    66from waeup.kofa.students.tests.test_batching import (
    77    StudentImportExportSetup, curr_year)
    8 from kofacustom.esitm.utils.utils import CustomKofaUtils
    9 from kofacustom.esitm.students.export import (
     8from kofacustom.edopoly.utils.utils import CustomKofaUtils
     9from kofacustom.edopoly.students.export import (
    1010    CustomStudentExporter, CustomStudentPaymentExporter)
    11 from kofacustom.esitm.testing import FunctionalLayer
     11from kofacustom.edopoly.testing import FunctionalLayer
    1212
    1313
  • main/kofacustom.edopoly/trunk/src/kofacustom/edopoly/students/tests/test_student.py

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