Ignore:
Timestamp:
2 Apr 2012, 11:05:40 (13 years ago)
Author:
Henrik Bettermann
Message:

Rename custom to uniben.

Location:
main/waeup.uniben/trunk/src/waeup/uniben
Files:
5 edited
1 moved

Legend:

Unmodified
Added
Removed
  • main/waeup.uniben/trunk/src/waeup/uniben/students/batching.py

    r7822 r8020  
    2424students, studycourses, payment tickets and accommodation tickets.
    2525"""
    26 from waeup.custom.students.interfaces import (
     26from waeup.uniben.students.interfaces import (
    2727    IStudent,
    2828    )
  • main/waeup.uniben/trunk/src/waeup/uniben/students/browser.py

    r7998 r8020  
    2727    ExportPDFClearanceSlipPage)
    2828from waeup.kofa.students.viewlets import RequestCallbackActionButton
    29 from waeup.custom.students.interfaces import (
     29from waeup.uniben.students.interfaces import (
    3030    IStudent, IStudentPersonal,
    3131    IUGStudentClearance,IPGStudentClearance,
    3232    )
    33 from waeup.custom.interfaces import MessageFactory as _
     33from waeup.uniben.interfaces import MessageFactory as _
    3434
    3535class RequestCallbackActionButton(RequestCallbackActionButton):
  • main/waeup.uniben/trunk/src/waeup/uniben/students/student.py

    r7995 r8020  
    2323from waeup.kofa.utils.helpers import attrs_to_fields
    2424from waeup.kofa.students.student import Student, StudentFactory
    25 from waeup.custom.students.interfaces import IStudent, IStudentNavigation
     25from waeup.uniben.students.interfaces import IStudent, IStudentNavigation
    2626
    2727
  • main/waeup.uniben/trunk/src/waeup/uniben/students/tests/test_browser.py

    r7995 r8020  
    2525from waeup.kofa.testing import FunctionalTestCase
    2626from waeup.kofa.students.batching import StudentProcessor as StudentProcessorBase
    27 from waeup.custom.students.batching import StudentProcessor
    28 from waeup.custom.testing import FunctionalLayer
     27from waeup.uniben.students.batching import StudentProcessor
     28from waeup.uniben.testing import FunctionalLayer
    2929
    3030STUDENT_SAMPLE_DATA = open(
  • main/waeup.uniben/trunk/src/waeup/uniben/students/utils.py

    r7928 r8020  
    2020from waeup.kofa.students.utils import StudentsUtils
    2121from waeup.kofa.students.interfaces import IStudentsUtils
    22 from waeup.custom.interfaces import MessageFactory as _
     22from waeup.uniben.interfaces import MessageFactory as _
    2323
    2424def get_school_fee(student, surcharge):
Note: See TracChangeset for help on using the changeset viewer.