~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Curtis Hovey
  • Date: 2011-12-18 13:56:51 UTC
  • mfrom: (14538.1.3 identity-apocalypse-0)
  • mto: This revision was merged to the branch mainline in revision 14547.
  • Revision ID: curtis.hovey@canonical.com-20111218135651-1xb4j1p47dkb83ws
merged base branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
93
93
 
94
94
from canonical.database.sqlbase import block_implicit_flushes
95
95
from canonical.launchpad import _
96
 
from canonical.launchpad.interfaces.account import (
 
96
from lp.services.identity.interfaces.account import (
97
97
    AccountStatus,
98
98
    IAccount,
99
99
    )
100
 
from canonical.launchpad.interfaces.emailaddress import IEmailAddress
 
100
from lp.services.identity.interfaces.emailaddress import IEmailAddress
101
101
from canonical.launchpad.interfaces.launchpad import (
102
102
    IHasIcon,
103
103
    IHasLogo,