~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/model/karma.py

  • Committer: j.c.sackett
  • Date: 2011-05-19 15:07:29 UTC
  • mto: This revision was merged to the branch mainline in revision 13104.
  • Revision ID: jonathan.sackett@canonical.com-20110519150729-8b1nhilti4hjin0l
Added nofollow,noindex to search page.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
    SQLBase,
34
34
    sqlvalues,
35
35
    )
 
36
from canonical.launchpad.event.interfaces import IKarmaAssignedEvent
36
37
from canonical.launchpad.interfaces.lpstorm import IStore
37
38
from lp.app.errors import NotFoundError
38
39
from lp.registry.interfaces.distribution import IDistribution
40
41
    IKarma,
41
42
    IKarmaAction,
42
43
    IKarmaActionSet,
43
 
    IKarmaAssignedEvent,
44
44
    IKarmaCache,
45
45
    IKarmaCacheManager,
46
46
    IKarmaCategory,