~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to utilities/create-lp-wadl-and-apidoc.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-12-23 09:54:33 UTC
  • mfrom: (14486.6.4 drop-obsolete-config-items)
  • Revision ID: launchpad@pqm.canonical.com-20111223095433-amgcz7yu4tsxrypz
[r=wgrant][no-qa] Drop various obsolete config definitions that were
        recently dropped from prod.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
    generate_wadl,
29
29
    )
30
30
from lp.services.scripts import execute_zcml_for_scripts
31
 
from lp.systemhomes import WebServiceApplication
 
31
from canonical.launchpad.systemhomes import WebServiceApplication
32
32
from lazr.restful.interfaces import IWebServiceConfiguration
33
33
 
34
34