~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/app/browser/tests/test_launchpad.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:
13
13
from zope.security.interfaces import Unauthorized
14
14
from zope.security.proxy import removeSecurityProxy
15
15
 
16
 
from canonical.launchpad.interfaces.account import AccountStatus
 
16
from lp.services.identity.interfaces.account import AccountStatus
17
17
from canonical.launchpad.webapp import (
18
18
    canonical_url,
19
19
    )