~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/doc/malone-xmlrpc.txt

  • Committer: Curtis Hovey
  • Date: 2011-12-24 17:49:30 UTC
  • mto: This revision was merged to the branch mainline in revision 14602.
  • Revision ID: curtis.hovey@canonical.com-20111224174930-xk1d5cvhyxq46ctf
Moved webapp to lp.services.

Show diffs side-by-side

added added

removed removed

Lines of Context:
235
235
    >>> from zope.component import getUtility
236
236
    >>> from lp.xmlrpc.interfaces import IPrivateApplication
237
237
    >>> from lp.bugs.interfaces.malone import IPrivateMaloneApplication
238
 
    >>> from canonical.launchpad.webapp.testing import verifyObject
 
238
    >>> from lp.services.webapp.testing import verifyObject
239
239
 
240
240
    >>> private_root = getUtility(IPrivateApplication)
241
241
    >>> verifyObject(IPrivateMaloneApplication,
247
247
 
248
248
    >>> from lp.services.verification.interfaces.logintoken import (
249
249
    ...     ILoginTokenSet)
250
 
    >>> from canonical.launchpad.webapp.servers import LaunchpadTestRequest
 
250
    >>> from lp.services.webapp.servers import LaunchpadTestRequest
251
251
    >>> from lp.bugs.interfaces.externalbugtracker import (
252
252
    ...     IExternalBugTrackerTokenAPI)
253
253
    >>> from lp.bugs.xmlrpc.bug import (