Changeset 4482 for waeup/branches/ulif-rewrite
- Timestamp:
- 29 Jul 2009, 11:43:45 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
waeup/branches/ulif-rewrite/src/waeup/interfaces.py
r4323 r4482 126 126 description = u'Abbreviated code of the course', 127 127 required = True, 128 readonly = True, 128 129 ) 129 130 … … 240 241 default = True 241 242 ) 243 244 def getCourseCode(): 245 """Return the code of the referenced course. 246 247 This is needed for cataloging. 248 """ 242 249 243 250 class IWAeUPExporter(Interface):
Note: See TracChangeset for help on using the changeset viewer.