~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/model/teammembership.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:
36
36
    SQLBase,
37
37
    sqlvalues,
38
38
    )
39
 
from lp.services.mail.helpers import (
 
39
from canonical.launchpad.helpers import (
40
40
    get_contact_email_addresses,
41
41
    get_email_template,
42
42
    )