Ignore:
Timestamp:
26 Aug 2011, 08:40:54 (13 years ago)
Author:
Henrik Bettermann
Message:

Rename applicants.py, accesscodes.py and students.py modules. Their names should be singular like in the university package.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/students/tests/test_catalog.py

    r6626 r6632  
    2828from waeup.sirp.interfaces import IQueryResultItem
    2929from waeup.sirp.testing import FunctionalLayer
    30 from waeup.sirp.students.students import Student
     30from waeup.sirp.students.student import Student
    3131#from waeup.sirp.students.workflow import INITIALIZED, USED, DISABLED
    3232from waeup.sirp.students.catalog import StudentQueryResultItem, search
Note: See TracChangeset for help on using the changeset viewer.