- Timestamp:
- 8 Mar 2012, 22:28:46 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/accesscodes/interfaces.py
r7811 r7819 20 20 from zope import schema 21 21 from zope.interface import Interface 22 from waeup.kofa.interfaces import IK OFAObject22 from waeup.kofa.interfaces import IKofaObject 23 23 from waeup.kofa.interfaces import MessageFactory as _ 24 24 25 class IAccessCode(IK OFAObject):25 class IAccessCode(IKofaObject): 26 26 """An access code. 27 27 """ … … 92 92 ) 93 93 94 class IAccessCodeBatchContainer(IK OFAObject):94 class IAccessCodeBatchContainer(IKofaObject): 95 95 """A container for access code batches. 96 96 """
Note: See TracChangeset for help on using the changeset viewer.