Changeset 13118 for main/waeup.kofa/trunk/src/waeup/kofa/interfaces.py
- Timestamp:
- 30 Jun 2015, 07:14:17 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.