~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to cronscripts/expire-bugtasks.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-06-25 08:55:37 UTC
  • mfrom: (13287.1.8 bug-800652)
  • Revision ID: launchpad@pqm.canonical.com-20110625085537-moikyoo2pe98zs7r
[r=jcsackett, julian-edwards][bug=800634,
        800652] Enable and display overrides on sync package uploads.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 
18
18
from zope.component import getUtility
19
19
 
 
20
from canonical.config import config
 
21
from lp.services.scripts.base import LaunchpadCronScript
20
22
from lp.bugs.scripts.bugexpire import BugJanitor
21
 
from lp.services.config import config
22
 
from lp.services.scripts.base import LaunchpadCronScript
23
23
 
24
24
 
25
25
class ExpireBugTasks(LaunchpadCronScript):