~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/model/person.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:
120
120
from canonical.launchpad import _
121
121
from canonical.launchpad.helpers import (
122
122
    ensure_unicode,
123
 
    shortlist,
124
 
    )
125
 
from lp.services.mail.helpers import (
126
123
    get_contact_email_addresses,
127
124
    get_email_template,
 
125
    shortlist,
128
126
    )
129
127
from canonical.launchpad.webapp.dbpolicy import MasterDatabasePolicy
130
128
from canonical.launchpad.webapp.interfaces import ILaunchBag