Changeset 13118 for main/waeup.kofa/trunk/src/waeup
- Timestamp:
- 30 Jun 2015, 07:14:17 (9 years ago)
- Location:
- main/waeup.kofa/trunk/src/waeup/kofa
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/configuration.py
r11477 r13118 55 55 56 56 def getSessionString(self): 57 """Return the session string from the vocabulary. 58 """ 57 59 return academic_sessions_vocab.getTerm(self.academic_session).title 58 60 -
main/waeup.kofa/trunk/src/waeup/kofa/interfaces.py
r13034 r13118 714 714 ) 715 715 716 def addSessionConfiguration(sessionconfiguration): 717 """Add a session configuration object. 718 """ 719 716 720 class ISessionConfiguration(IKofaObject): 717 721 """A session configuration object. … … 783 787 784 788 def getSessionString(): 785 """Return sthe session string from the vocabulary.789 """Return the session string from the vocabulary. 786 790 """ 787 791
Note: See TracChangeset for help on using the changeset viewer.