- Timestamp:
- 28 Aug 2011, 05:48:59 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/university/interfaces.py
r6633 r6640 110 110 """A container for faculties. 111 111 """ 112 def addCourse( faculty):112 def addCourse(course): 113 113 """Add an ICourse object. 114 114 … … 234 234 """A container for certificates. 235 235 """ 236 def addCertificate( faculty):236 def addCertificate(certificate): 237 237 """Add an ICertificate object. 238 238
Note: See TracChangeset for help on using the changeset viewer.