Changeset 3826 for waeup/branches/ulif-rewrite/src
- Timestamp:
- 1 Jan 2009, 16:41:54 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
waeup/branches/ulif-rewrite/src/waeup/interfaces.py
r3526 r3826 12 12 required = True, 13 13 ) 14 15 class IStudentContainer(Interface): 16 """A container for StudentObjects. 17 """ 18 19 class IHostelContainer(Interface): 20 """A container for hostels. 21 """ 22 23 class IFacultyContainer(Interface): 24 """A container for faculties. 25 """
Note: See TracChangeset for help on using the changeset viewer.