Ignore:
Timestamp:
22 Nov 2011, 17:39:35 (13 years ago)
Author:
Henrik Bettermann
Message:

Rename UserContainer? to UsersContainer? to be in line with ApplicantsContainer?, StudentsContainer?, HostelsCointainer?, PaymentsContainer?. In other words, a userscontainer contains users and it's not the container of a user. This is not really necessary in terms of English grammar but it helps to confuse container types.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/browser/interfaces.py

    r7137 r7172  
    44from zope.interface import Interface, Attribute
    55from waeup.sirp.interfaces import (
    6     IWAeUPObject, IUniversity, IUserContainer, IDataCenter)
     6    IWAeUPObject, IUniversity, IUsersContainer, IDataCenter)
    77from waeup.sirp.university.interfaces import (
    88    IFacultyContainer, IFaculty, IFacultyAdd, IDepartment, IDepartmentAdd,
Note: See TracChangeset for help on using the changeset viewer.