~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/blueprints/stories/standalone/subscribing.txt

Merged fix-retest-colorize into redo-read-only-transactions-in-buildmaster, resolving several import conflicts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
210
210
spec will cause email notifications to be sent to each of its members.
211
211
 
212
212
    >>> from zope.component import getUtility
213
 
    >>> from canonical.launchpad.helpers import get_contact_email_addresses
 
213
    >>> from lp.services.mail.helpers import get_contact_email_addresses
214
214
    >>> from lp.registry.interfaces.person import IPersonSet
215
215
    >>> login('foo.bar@canonical.com')
216
216
    >>> person_set = getUtility(IPersonSet)