~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/app/browser/tales.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:
54
54
    IPrivacy,
55
55
    )
56
56
from lp.layers import LaunchpadLayer
57
 
from canonical.launchpad.webapp import (
 
57
from lp.services.webapp import (
58
58
    canonical_url,
59
59
    urlappend,
60
60
    )
61
 
from canonical.launchpad.webapp.authorization import check_permission
62
 
from canonical.launchpad.webapp.interfaces import (
 
61
from lp.services.webapp.authorization import check_permission
 
62
from lp.services.webapp.interfaces import (
63
63
    IApplicationMenu,
64
64
    IContextMenu,
65
65
    IFacetMenu,
68
68
    IPrimaryContext,
69
69
    NoCanonicalUrl,
70
70
    )
71
 
from canonical.launchpad.webapp.menu import (
 
71
from lp.services.webapp.menu import (
72
72
    get_current_view,
73
73
    get_facet,
74
74
    )
75
 
from canonical.launchpad.webapp.publisher import (
 
75
from lp.services.webapp.publisher import (
76
76
    get_current_browser_request,
77
77
    LaunchpadView,
78
78
    nearest,
79
79
    )
80
 
from canonical.launchpad.webapp.session import get_cookie_domain
 
80
from lp.services.webapp.session import get_cookie_domain
81
81
from canonical.lazr.canonicalurl import nearest_adapter
82
82
from lp.app.browser.badge import IHasBadges
83
83
from lp.app.browser.stringformatter import (