- Timestamp:
- 9 Jul 2019, 06:09:29 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/interfaces.py
r15046 r15489 22 22 from zc.sourcefactory.basic import BasicSourceFactory 23 23 from waeup.kofa.interfaces import (SimpleKofaVocabulary, 24 ISessionConfiguration, academic_sessions_vocab) 24 ISessionConfiguration, academic_sessions_vocab, 25 ContextualDictSourceFactoryBase) 25 26 from kofacustom.nigeria.utils.lgas import LGAS 26 27 … … 107 108 _('Invalid key: ${a}', mapping = {'a':value})) 108 109 110 class DisabilitiesSource(ContextualDictSourceFactoryBase): 111 """A source for filtering groups of students 112 """ 113 #: name of dict to deliver from kofa utils. 114 DICT_NAME = 'DISABILITIES_DICT' 115 116 109 117 class ICustomSessionConfiguration(ISessionConfiguration): 110 118 """A session configuration object.
Note: See TracChangeset for help on using the changeset viewer.