~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/interfaces/person.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-12-24 22:30:39 UTC
  • mfrom: (14600.1.14 apocalypta-1)
  • Revision ID: launchpad@pqm.canonical.com-20111224223039-z7zbq34zfurx9gce
[rs=sinzui][no-qa] Move c.l modules to lp.

Show diffs side-by-side

added added

removed removed

Lines of Context:
92
92
    )
93
93
 
94
94
from canonical.database.sqlbase import block_implicit_flushes
95
 
from canonical.launchpad import _
 
95
from lp import _
96
96
from lp.app.interfaces.launchpad import (
97
97
    IHasIcon,
98
98
    IHasLogo,