~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Curtis Hovey
  • Date: 2011-12-24 16:23:17 UTC
  • mto: (14600.2.1 move-webapp)
  • mto: This revision was merged to the branch mainline in revision 14601.
  • Revision ID: curtis.hovey@canonical.com-20111224162317-c3kcdl2yhnqzk46j
Moved systemhomes to lp.

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 canonical.launchpad.systemhomes import WebServiceApplication
 
31
from lp.systemhomes import WebServiceApplication
32
32
from lazr.restful.interfaces import IWebServiceConfiguration
33
33
 
34
34