Source code for ploneintranet.activitystream.interfaces

from zope.interface import Interface


[docs]class IStatusActivityReply(Interface): """ Deprecated. Do not use. Only here for BBB purposes to avoid crashing alsoProvides index on older statusupdates that may provide this marker interface. """