~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Curtis Hovey
  • Date: 2011-12-23 22:27:40 UTC
  • mto: This revision was merged to the branch mainline in revision 14599.
  • Revision ID: curtis.hovey@canonical.com-20111223222740-raqsmmtgj8hfpxhx
Move mail helpers to lp.services.mail.helpers.

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)