~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/soyuz/adapters/notification.py

  • Committer: Curtis Hovey
  • Date: 2011-12-23 17:18:11 UTC
  • mto: This revision was merged to the branch mainline in revision 14599.
  • Revision ID: curtis.hovey@canonical.com-20111223171811-0pl78hw2noohfy4r
Dismantled doctest.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
from zope.component import getUtility
19
19
 
20
20
from canonical.config import config
21
 
from lp.services.mail.helpers import get_email_template
 
21
from canonical.launchpad.helpers import get_email_template
22
22
from canonical.launchpad.webapp import canonical_url
23
23
from lp.app.interfaces.launchpad import ILaunchpadCelebrities
24
24
from lp.archivepublisher.utils import get_ppa_reference