- Timestamp:
- 9 Feb 2009, 21:44:50 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
waeup/branches/ulif-rewrite/src/waeup/interfaces.py
r3938 r3944 31 31 """ 32 32 33 class IHostelContainer(IWAeUPContainer):34 """A container for hostels.35 """36 37 33 class IFaculty(IWAeUPContainer): 38 34 """Representation of a university faculty. … … 49 45 def addFaculty(faculty): 50 46 """Add an IFactulty object. 47 48 Returns the key, under which the object was stored. 49 """ 50 51 class IHostelContainer(IWAeUPContainer): 52 """A container for hostels. 53 """ 54 def addHostel(hostel): 55 """Add an IHostel object. 51 56 52 57 Returns the key, under which the object was stored.
Note: See TracChangeset for help on using the changeset viewer.