Changeset 14746 for main/waeup.uniben
- Timestamp:
- 2 Aug 2017, 09:16:52 (7 years ago)
- Location:
- main/waeup.uniben/trunk/src/waeup/uniben
- Files:
-
- 3 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/interfaces.py
r14717 r14746 124 124 ) 125 125 126 remita_enabled = schema.Bool( 127 title = _(u'Remita integration enabled'), 128 default = False, 129 ) 130 126 131 def getSessionString(): 127 132 """Returns the session string from the vocabulary.
Note: See TracChangeset for help on using the changeset viewer.