~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/services/webservice/doc/webservice-marshallers.txt

  • 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:
18
18
    >>> login(ANONYMOUS, request)
19
19
    >>> request.processInputs()
20
20
 
21
 
    >>> from canonical.launchpad.systemhomes import WebServiceApplication
 
21
    >>> from lp.systemhomes import WebServiceApplication
22
22
    >>> root = WebServiceApplication()
23
23
    >>> from canonical.launchpad.webapp.interfaces import IOpenLaunchBag
24
24
    >>> getUtility(IOpenLaunchBag).add(root)