Changeset 7725
- Timestamp:
- 29 Feb 2012, 13:41:05 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/university/facultiescontainer.py
r7333 r7725 30 30 def addFaculty(self, faculty): 31 31 if not IFaculty.providedBy(faculty): 32 raise TypeError('FacultiesContainers contain only IFaculty instances') 32 raise TypeError( 33 'FacultiesContainers contain only IFaculty instances') 33 34 self[faculty.code] = faculty 34 35 return
Note: See TracChangeset for help on using the changeset viewer.