~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/testing/pages.py

  • Committer: Curtis Hovey
  • Date: 2011-12-24 17:49:30 UTC
  • mto: This revision was merged to the branch mainline in revision 14602.
  • Revision ID: curtis.hovey@canonical.com-20111224174930-xk1d5cvhyxq46ctf
Moved webapp to lp.services.

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
from zope.security.proxy import removeSecurityProxy
42
42
from zope.testbrowser.testing import Browser
43
43
 
 
44
from lp.services.webapp import canonical_url
 
45
from lp.services.webapp.interfaces import OAuthPermission
 
46
from lp.services.webapp.url import urlsplit
 
47
from canonical.testing.layers import PageTestLayer
44
48
from lp.app.interfaces.launchpad import ILaunchpadCelebrities
45
49
from lp.registry.errors import NameAlreadyTaken
46
50
from lp.registry.interfaces.teammembership import TeamMembershipStatus
48
52
    IOAuthConsumerSet,
49
53
    OAUTH_REALM,
50
54
    )
51
 
from lp.services.webapp import canonical_url
52
 
from lp.services.webapp.interfaces import OAuthPermission
53
 
from lp.services.webapp.url import urlsplit
54
55
from lp.testing import (
55
56
    ANONYMOUS,
56
57
    launchpadlib_for,
59
60
    logout,
60
61
    )
61
62
from lp.testing.factory import LaunchpadObjectFactory
62
 
from lp.testing.layers import PageTestLayer
63
63
from lp.testing.systemdocs import (
64
64
    LayeredDocFileSuite,
65
65
    stop,