Ignore:
Timestamp:
8 Mar 2012, 22:28:46 (13 years ago)
Author:
Henrik Bettermann
Message:

KOFA -> Kofa

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/accesscodes/interfaces.py

    r7811 r7819  
    2020from zope import schema
    2121from zope.interface import Interface
    22 from waeup.kofa.interfaces import IKOFAObject
     22from waeup.kofa.interfaces import IKofaObject
    2323from waeup.kofa.interfaces import MessageFactory as _
    2424
    25 class IAccessCode(IKOFAObject):
     25class IAccessCode(IKofaObject):
    2626    """An access code.
    2727    """
     
    9292        )
    9393
    94 class IAccessCodeBatchContainer(IKOFAObject):
     94class IAccessCodeBatchContainer(IKofaObject):
    9595    """A container for access code batches.
    9696    """
Note: See TracChangeset for help on using the changeset viewer.