~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/testing/karma.py

  • 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:
9
9
    'KarmaRecorder',
10
10
    ]
11
11
 
12
 
from canonical.lazr.testing.event import TestEventListener
13
12
from lp.registry.interfaces.karma import IKarmaAssignedEvent
14
13
from lp.registry.interfaces.person import IPerson
 
14
from lp.testing.event import TestEventListener
15
15
 
16
16
 
17
17
class KarmaRecorder: