~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Launchpad Patch Queue Manager
  • Date: 2012-01-01 11:37:40 UTC
  • mfrom: (14612.2.10 oh-god-so-many-imports)
  • Revision ID: launchpad@pqm.canonical.com-20120101113740-o241xl1m2njr25qn
[r=wgrant][no-qa] Post-apocalyptic tree-wide format-imports.

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