~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/services/mail/doc/notification-recipient-set.txt

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-12-20 17:18:38 UTC
  • mfrom: (14557.1.20 login-token-apocalyse)
  • Revision ID: launchpad@pqm.canonical.com-20111220171838-t5bzp4y0hjmxxqze
[rs=sinzui][no-qa] migrate logintoken, launchpad statistics,
        and feeds.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
use it as is or derive from it (see bugnotificationrecipients.txt for an
17
17
example of a derivation).
18
18
 
19
 
    >>> from canonical.launchpad.interfaces.launchpad import (
20
 
    ...     INotificationRecipientSet)
 
19
    >>> from lp.services.mail.interfaces import INotificationRecipientSet
21
20
    >>> from canonical.launchpad.webapp.testing import verifyObject
22
21
    >>> from canonical.launchpad.mailnotification import (
23
22
    ...     NotificationRecipientSet)