~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

merged base branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
127
127
    shortlist,
128
128
    )
129
129
from lp.services.verification.interfaces.authtoken import LoginTokenType
130
 
from canonical.launchpad.interfaces.launchpad import (
 
130
from lp.app.interfaces.launchpad import (
131
131
    IHasIcon,
132
132
    IHasLogo,
133
133
    IHasMugshot,
136
136
    ILaunchpadStatisticSet,
137
137
    )
138
138
from lp.services.verification.interfaces.logintoken import ILoginTokenSet
139
 
from canonical.launchpad.interfaces.lpstorm import (
 
139
from lp.services.database.lpstorm import (
140
140
    IMasterObject,
141
141
    IMasterStore,
142
142
    IStore,