Changeset 3911 for waeup/branches/ulif-rewrite
- Timestamp:
- 6 Feb 2009, 22:33:45 (16 years ago)
- Location:
- waeup/branches/ulif-rewrite/src/waeup
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
waeup/branches/ulif-rewrite/src/waeup/interfaces.py
r3848 r3911 29 29 """ 30 30 31 class IFaculty(Interface): 32 """Representation of a university faculty. 33 """ 34 name = schema.TextLine( 35 title = u'Name of Faculty', 36 default = u'Unnamed', 37 required = True, 38 ) 39 31 40 class IFacultyContainer(IWAeUPContainer): 32 41 """A container for faculties.
Note: See TracChangeset for help on using the changeset viewer.