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

    r7193 r7321  
    2020from persistent.list import PersistentList
    2121from zope.annotation.interfaces import IAnnotations
    22 from waeup.sirp.interfaces import IObjectHistory, IWAeUPObject
     22from waeup.sirp.interfaces import IObjectHistory, ISIRPObject
    2323from waeup.sirp.utils.helpers import get_current_principal
    2424
     
    2626    """A history for objects.
    2727
    28     For any object implementing `IWAeUPObject` which is annotatable,
     28    For any object implementing `ISIRPObject` which is annotatable,
    2929    we provide histories. A history for such an object can be obtained
    3030    by adapting it to `IObjectHistory`.
    3131    """
    32     grok.context(IWAeUPObject)
     32    grok.context(ISIRPObject)
    3333    grok.implements(IObjectHistory)
    3434
Note: See TracChangeset for help on using the changeset viewer.