~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/answers/model/questionjob.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-12-22 04:45:35 UTC
  • mfrom: (14565.2.24 apocalyptic-pieces)
  • Revision ID: launchpad@pqm.canonical.com-20111222044535-jbjyzq3hzwiy7g20
[rs=sinzui][no-qa] Move javascript and scripts to lp. Dismantle
 mailnotification.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
from canonical.config import config
26
26
from canonical.database.enumcol import EnumCol
27
27
from lp.services.database.lpstorm import IMasterStore
28
 
from canonical.launchpad.scripts import log
 
28
from lp.services.scripts import log
29
29
from lp.answers.enums import (
30
30
    QuestionJobType,
31
31
    QuestionRecipientSet,