~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-12-31 00:26:32 UTC
  • mfrom: (14606.4.19 apocaremains-2)
  • Revision ID: launchpad@pqm.canonical.com-20111231002632-67fafhhz150cct3b
[r=wgrant][no-qa] Explode canonical.lazr.

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
IObjectCreatedEvent is being published when a bug is reported through
50
50
the XML-RPC interface.
51
51
 
52
 
    >>> from canonical.lazr.testing.event import TestEventListener
 
52
    >>> from lp.testing.event import TestEventListener
53
53
    >>> from lazr.lifecycle.interfaces import IObjectCreatedEvent
54
54
    >>> from lp.bugs.interfaces.bug import IBug
55
55