~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/answers/doc/workflow.txt

  • Committer: William Grant
  • Date: 2011-12-30 07:38:46 UTC
  • mto: This revision was merged to the branch mainline in revision 14611.
  • Revision ID: william.grant@canonical.com-20111230073846-za6koaso1y89evjy
canonical.lazr.testing.event -> lp.testing.event.

Show diffs side-by-side

added added

removed removed

Lines of Context:
602
602
    # Register an event listener that will print events it receives.
603
603
    >>> from lazr.lifecycle.interfaces import (
604
604
    ...     IObjectCreatedEvent, IObjectModifiedEvent)
605
 
    >>> from canonical.lazr.testing.event import TestEventListener
 
605
    >>> from lp.testing.event import TestEventListener
606
606
    >>> from lp.answers.interfaces.question import IQuestion
607
607
 
608
608
    >>> def print_event(object, event):