~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Curtis Hovey
  • Date: 2011-04-26 16:39:33 UTC
  • mto: (12919.3.1 question-email-0)
  • mto: This revision was merged to the branch mainline in revision 12923.
  • Revision ID: curtis.hovey@canonical.com-20110426163933-u3p42o767syjt5m1
Hush lint.

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
    QuestionAction.SETSTATUS: None,
55
55
    QuestionAction.COMMENT: 'questioncommentadded',
56
56
    QuestionAction.ANSWER: 'questiongaveanswer',
57
 
    QuestionAction.CONFIRM: None,# Handled in giveAnswer() and confirmAnswer()
 
57
    QuestionAction.CONFIRM: None,
58
58
    QuestionAction.EXPIRE: None,
59
59
    QuestionAction.REJECT: 'questionrejected',
60
60
    QuestionAction.REOPEN: 'questionreopened',