Changeset 3927 for waeup/branches/ulif-rewrite
- Timestamp:
- 7 Feb 2009, 11:00:48 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
waeup/branches/ulif-rewrite/src/waeup/interfaces.py
r3922 r3927 20 20 """A container for WAeUP objects. 21 21 """ 22 23 class IWAeUPContained(IWAeUPObject): 24 """An item contained in an IWAeUPContainer. 25 """ 22 26 23 27 class IStudentContainer(IWAeUPContainer): … … 29 33 """ 30 34 31 class IFaculty(I nterface):35 class IFaculty(IWAeUPContainer): 32 36 """Representation of a university faculty. 33 37 """
Note: See TracChangeset for help on using the changeset viewer.