~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/systemhomes.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-12-31 00:26:32 UTC
  • mfrom: (14606.4.19 apocaremains-2)
  • Revision ID: launchpad@pqm.canonical.com-20111231002632-67fafhhz150cct3b
[r=wgrant][no-qa] Explode canonical.lazr.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
from zope.component import getUtility
25
25
from zope.interface import implements
26
26
 
27
 
from lp.services.config import config
28
 
from lp.services.webapp.interfaces import (
29
 
    IAPIDocRoot,
30
 
    ICanonicalUrlData,
31
 
    ILaunchBag,
32
 
    )
33
27
from lp.bugs.errors import InvalidBugTargetType
34
28
from lp.bugs.interfaces.bug import (
35
29
    CreateBugParams,
71
65
    IProduct,
72
66
    IProductSet,
73
67
    )
74
 
from lp.services.feeds.interfaces import IFeedsApplication
 
68
from lp.services.config import config
 
69
from lp.services.feeds.interfaces.application import IFeedsApplication
75
70
from lp.services.statistics.interfaces.statistic import ILaunchpadStatisticSet
 
71
from lp.services.webapp.interfaces import (
 
72
    IAPIDocRoot,
 
73
    ICanonicalUrlData,
 
74
    ILaunchBag,
 
75
    )
76
76
from lp.services.webservice.interfaces import IWebServiceApplication
77
77
from lp.services.worlddata.interfaces.language import ILanguageSet
78
78
from lp.testopenid.interfaces.server import ITestOpenIDApplication