~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/code/doc/xmlrpc-codehosting.txt

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-12-23 20:29:40 UTC
  • mfrom: (14593.1.6 move-xmlrpc)
  • Revision ID: launchpad@pqm.canonical.com-20111223202940-22gcyjdqhwrjwh0b
[rs=sinzui][no-qa] Move xmlrpc to lp.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
branches.  It is available as the codehosting attribute of our private
7
7
XMLRPC instance.
8
8
 
9
 
    >>> from lp.app.interfaces.launchpad import (
10
 
    ...     IPrivateApplication)
 
9
    >>> from lp.xmlrpc.interfaces import IPrivateApplication
11
10
    >>> from lp.code.interfaces.codehosting import (
12
11
    ...     ICodehostingApplication)
13
12
    >>> from canonical.launchpad.webapp.testing import verifyObject