~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/tests/bugs-emailinterface.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:
1600
1600
    ...         bugtask.importance.title)
1601
1601
    >>> from lazr.lifecycle.interfaces import (
1602
1602
    ...     IObjectCreatedEvent, IObjectModifiedEvent)
1603
 
    >>> from canonical.lazr.testing.event import TestEventListener
 
1603
    >>> from lp.testing.event import TestEventListener
1604
1604
    >>> from lp.bugs.interfaces.bugtask import IBugTask
1605
1605
    >>> bugtask_modified_listener = TestEventListener(
1606
1606
    ...     IBugTask, IObjectModifiedEvent, print_bugtask_modified_event)