~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/testing/factory.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:
70
70
    UTC_NOW,
71
71
    )
72
72
from canonical.database.sqlbase import flush_database_updates
73
 
from canonical.launchpad.database.account import Account
74
 
from canonical.launchpad.interfaces.account import (
 
73
from lp.services.identity.model.account import Account
 
74
from lp.services.identity.interfaces.account import (
75
75
    AccountCreationRationale,
76
76
    AccountStatus,
77
77
    IAccountSet,
78
78
    )
79
 
from canonical.launchpad.interfaces.emailaddress import (
 
79
from lp.services.identity.interfaces.emailaddress import (
80
80
    EmailAddressStatus,
81
81
    IEmailAddressSet,
82
82
    )