~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/code/publisher.py

  • Committer: Curtis Hovey
  • Date: 2011-12-18 15:13:07 UTC
  • mto: This revision was merged to the branch mainline in revision 14547.
  • Revision ID: curtis.hovey@canonical.com-20111218151307-sdm2gzobt5tplbe0
Moved badges to lp.app.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright 2010-2011 Canonical Ltd.  This software is licensed under the
 
1
# Copyright 2010 Canonical Ltd.  This software is licensed under the
2
2
# GNU Affero General Public License version 3 (see the file LICENSE).
3
3
 
4
4
"""Code's custom publication."""
18
18
    IDefaultBrowserLayer,
19
19
    )
20
20
 
21
 
from lp.services.webapp.interfaces import ILaunchpadContainer
22
 
from lp.services.webapp.publication import LaunchpadBrowserPublication
23
 
from lp.services.webapp.publisher import LaunchpadContainer
24
 
from lp.services.webapp.servers import (
 
21
from canonical.launchpad.webapp.interfaces import ILaunchpadContainer
 
22
from canonical.launchpad.webapp.publication import LaunchpadBrowserPublication
 
23
from canonical.launchpad.webapp.publisher import LaunchpadContainer
 
24
from canonical.launchpad.webapp.servers import (
25
25
    LaunchpadBrowserRequest,
26
26
    VHostWebServiceRequestPublicationFactory,
27
27
    )