- Timestamp:
- 9 Nov 2011, 15:32:53 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/students/interfaces.py
r7014 r7062 91 91 """Representation of student base data. 92 92 """ 93 history = Attribute('Object history, a list of messages .')93 history = Attribute('Object history, a list of messages') 94 94 state = Attribute('Returns the registration state of a student') 95 95 password = Attribute('Encrypted password of a student') 96 96 certificate = Attribute('The certificate of any chosen study course') 97 current_session = Attribute('The current session of the student') 97 98 98 99 def loggerInfo(ob_class, comment):
Note: See TracChangeset for help on using the changeset viewer.