Ignore:
Timestamp:
20 Jul 2016, 11:38:34 (8 years ago)
Author:
Henrik Bettermann
Message:

Rename 'skeleton' 'coewarri'.

Set port numbers.

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

Legend:

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

    r13629 r14035  
    3434    IExtFileStore, IFileStoreNameChooser)
    3535from waeup.kofa.students.interfaces import IStudentsUtils
    36 from kofacustom.skeleton.testing import FunctionalLayer
     36from kofacustom.coewarri.testing import FunctionalLayer
    3737
    3838
  • main/kofacustom.coewarri/trunk/src/kofacustom/coewarri/students/tests/test_export.py

    r13716 r14035  
    55from waeup.kofa.schoolgrades import ResultEntry
    66from waeup.kofa.students.tests.test_batching import StudentImportExportSetup
    7 from kofacustom.skeleton.utils.utils import CustomKofaUtils
    8 from kofacustom.skeleton.students.export import (
     7from kofacustom.coewarri.utils.utils import CustomKofaUtils
     8from kofacustom.coewarri.students.export import (
    99    CustomStudentExporter, CustomStudentPaymentExporter)
    10 from kofacustom.skeleton.testing import FunctionalLayer
     10from kofacustom.coewarri.testing import FunctionalLayer
    1111
    1212
  • main/kofacustom.coewarri/trunk/src/kofacustom/coewarri/students/tests/test_student.py

    r10765 r14035  
    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.coewarri.students.student import CustomStudent, CustomStudentFactory
     25from kofacustom.coewarri.students.studycourse import (
    2626    CustomStudentStudyCourse, CustomStudentStudyCourseFactory)
    27 from kofacustom.skeleton.students.studylevel import (
     27from kofacustom.coewarri.students.studylevel import (
    2828    CustomStudentStudyLevel, CustomCourseTicket,
    2929    CustomStudentStudyLevelFactory,
    3030    CustomCourseTicketFactory)
    31 from kofacustom.skeleton.students.interfaces import (
     31from kofacustom.coewarri.students.interfaces import (
    3232    ICustomStudent, ICustomStudentStudyCourse,
    3333    ICustomStudentStudyLevel, ICustomCourseTicket)
    34 from kofacustom.skeleton.testing import FunctionalLayer
     34from kofacustom.coewarri.testing import FunctionalLayer
    3535
    3636
Note: See TracChangeset for help on using the changeset viewer.