Ignore:
Timestamp:
11 Jul 2017, 13:57:00 (7 years ago)
Author:
Henrik Bettermann
Message:

Rename package (step 2).

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

Legend:

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

    r14712 r14716  
    3434    IExtFileStore, IFileStoreNameChooser)
    3535from waeup.kofa.students.interfaces import IStudentsUtils
    36 from kofacustom.dspou.testing import FunctionalLayer
     36from kofacustom.dspg.testing import FunctionalLayer
    3737
    3838
  • main/kofacustom.dspg/trunk/src/kofacustom/dspg/students/tests/test_export.py

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

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