~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/services/webapp/metazcml.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-12-25 21:06:50 UTC
  • mfrom: (14600.2.11 move-webapp)
  • Revision ID: launchpad@pqm.canonical.com-20111225210650-gyk617gude7ew6os
[rs=sinzui][no-qa] Move webapp and daemons to lp.services;
 canonical.launchpad has no code, it serves page assets.

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
 
54
54
from canonical.config import config
55
55
from lp.layers import FeedsLayer
56
 
from canonical.launchpad.webapp.interfaces import (
 
56
from lp.services.webapp.interfaces import (
57
57
    IApplicationMenu,
58
58
    ICanonicalUrlData,
59
59
    IContextMenu,
60
60
    IFacetMenu,
61
61
    INavigationMenu,
62
62
    )
63
 
from canonical.launchpad.webapp.publisher import RenamedView
 
63
from lp.services.webapp.publisher import RenamedView
64
64
from lp.app.interfaces.security import IAuthorization
65
65
 
66
66