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_browser.py

    r6631 r6632  
    3636from waeup.sirp.app import University
    3737from waeup.sirp.students.container import StudentsContainer
    38 from waeup.sirp.students.students import Student
     38from waeup.sirp.students.student import Student
    3939from waeup.sirp.university.faculty import Faculty
    4040from waeup.sirp.university.department import Department
Note: See TracChangeset for help on using the changeset viewer.