~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/mail/notification.py

  • 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:
23
23
    get_contact_email_addresses,
24
24
    get_email_template,
25
25
    )
26
 
from canonical.launchpad.interfaces.launchpad import ILaunchpadRoot
 
26
from canonical.launchpad.webapp.interfaces import ILaunchpadRoot
27
27
from canonical.launchpad.webapp.publisher import canonical_url
28
28
from canonical.launchpad.webapp.url import urlappend
29
29
from lp.registry.interfaces.mailinglist import IHeldMessageDetails