~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • 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:
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: