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/__init__.py

    r7811 r7819  
    11import grok
    2 from waeup.kofa.interfaces import IKOFAObject
     2from waeup.kofa.interfaces import IKofaObject
    33from zope.annotation.attribute import AttributeAnnotations
    44from zope.annotation.interfaces import IAnnotations
    55
    6 class KOFAAttributeAnnotations(AttributeAnnotations, grok.Adapter):
    7     """An adapter to IAnnotations for any KOFAObject.
     6class KofaAttributeAnnotations(AttributeAnnotations, grok.Adapter):
     7    """An adapter to IAnnotations for any KofaObject.
    88
    9     Providing this adapter, each KOFA object becomes (attribute)
     9    Providing this adapter, each Kofa object becomes (attribute)
    1010    annotatable.
    1111    """
    1212    grok.provides(IAnnotations)
    13     grok.context(IKOFAObject)
     13    grok.context(IKofaObject)
Note: See TracChangeset for help on using the changeset viewer.