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:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • 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(
Note: See TracChangeset for help on using the changeset viewer.