12
12
recipient lists with the rationale for contacting them.
14
14
There is a base implementation of the interface available as
16
16
use it as is or derive from it (see bugnotificationrecipients.txt for an
17
17
example of a derivation).
19
19
>>> from lp.services.mail.interfaces import INotificationRecipientSet
20
20
>>> from canonical.launchpad.webapp.testing import verifyObject
22
22
... NotificationRecipientSet)
24
24
>>> recipients = NotificationRecipientSet()