~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/xmlrpc/application.py

  • Committer: Curtis Hovey
  • Date: 2011-12-29 05:29:36 UTC
  • mto: This revision was merged to the branch mainline in revision 14606.
  • Revision ID: curtis.hovey@canonical.com-20111229052936-c261pibg1p6ze6m4
Moved canonical.config to lp.services.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
    Interface,
22
22
    )
23
23
 
 
24
from lp.services.webapp import LaunchpadXMLRPCView
 
25
from lp.services.webapp.interfaces import ILaunchBag
 
26
from lp.xmlrpc.interfaces import IPrivateApplication
24
27
from lp.bugs.interfaces.malone import IPrivateMaloneApplication
25
28
from lp.code.interfaces.codehosting import ICodehostingApplication
26
29
from lp.code.interfaces.codeimportscheduler import (
30
33
from lp.registry.interfaces.person import ISoftwareCenterAgentApplication
31
34
from lp.services.authserver.interfaces import IAuthServerApplication
32
35
from lp.services.features.xmlrpc import IFeatureFlagApplication
33
 
from lp.services.webapp import LaunchpadXMLRPCView
34
 
from lp.services.webapp.interfaces import ILaunchBag
35
 
from lp.xmlrpc.interfaces import IPrivateApplication
 
36
 
36
37
 
37
38
# NOTE: If you add a traversal here, you should update
38
39
# the regular expression in utilities/page-performance-report.ini