~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/testopenid/browser/server.py

  • Committer: Tim Penhey
  • Date: 2010-11-23 23:22:27 UTC
  • mto: (11929.11.5 recipe-syntax)
  • mto: This revision was merged to the branch mainline in revision 11968.
  • Revision ID: tim.penhey@canonical.com-20101123232227-t81rrvhs4w15370d
Move launchpadform into lp.app.browser.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
    IAccountSet,
39
39
    )
40
40
from canonical.launchpad.webapp import (
41
 
    action,
42
 
    LaunchpadFormView,
43
41
    LaunchpadView,
44
42
    )
45
43
from canonical.launchpad.webapp.interfaces import (
55
53
    Navigation,
56
54
    stepthrough,
57
55
    )
 
56
from lp.app.browser.launchpadform import (
 
57
    action,
 
58
    LaunchpadFormView,
 
59
    )
58
60
from lp.app.errors import UnexpectedFormData
59
61
from lp.registry.interfaces.person import IPerson
60
62
from lp.services.openid.browser.openiddiscovery import (