Ignore:
Timestamp:
10 Dec 2011, 06:15:17 (13 years ago)
Author:
Henrik Bettermann
Message:

Replace the term 'WAeUP' by SIRP which is a WAeUP product.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/__init__.py

    r7137 r7321  
    11import grok
    2 from waeup.sirp.interfaces import IWAeUPObject
     2from waeup.sirp.interfaces import ISIRPObject
    33from zope.annotation.attribute import AttributeAnnotations
    44from zope.annotation.interfaces import IAnnotations
    55
    6 class WAeUPAttributeAnnotations(AttributeAnnotations, grok.Adapter):
    7     """An adapter to IAnnotations for any WAeUPObject.
     6class SIRPAttributeAnnotations(AttributeAnnotations, grok.Adapter):
     7    """An adapter to IAnnotations for any SIRPObject.
    88
    9     Providing this adapter, each WAeUP object becomes (attribute)
     9    Providing this adapter, each SIRP object becomes (attribute)
    1010    annotatable.
    1111    """
    1212    grok.provides(IAnnotations)
    13     grok.context(IWAeUPObject)
     13    grok.context(ISIRPObject)
Note: See TracChangeset for help on using the changeset viewer.