~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/scripts/checkwatches/scheduler.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-12-31 00:16:50 UTC
  • mfrom: (14606.3.7 apocaremains)
  • Revision ID: launchpad@pqm.canonical.com-20111231001650-pjeyhfjhm6mg3yp8
[r=wgrant][no-qa] Merge canonical.database into lp.services.database.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
 
11
11
import transaction
12
12
 
13
 
from canonical.database.sqlbase import sqlvalues
 
13
from lp.bugs.interfaces.bugwatch import BUG_WATCH_ACTIVITY_SUCCESS_STATUSES
 
14
from lp.bugs.model.bugwatch import BugWatch
14
15
from lp.services.database.lpstorm import IMasterStore
 
16
from lp.services.database.sqlbase import sqlvalues
15
17
from lp.services.looptuner import TunableLoop
16
 
from lp.bugs.interfaces.bugwatch import BUG_WATCH_ACTIVITY_SUCCESS_STATUSES
17
 
from lp.bugs.model.bugwatch import BugWatch
18
18
 
19
19
# The maximum additional delay in days that a watch may have placed upon
20
20
# it.