~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to cronscripts/update-debwatches.py

  • Committer: Curtis Hovey
  • Date: 2011-05-29 01:36:05 UTC
  • mto: This revision was merged to the branch mainline in revision 13136.
  • Revision ID: curtis.hovey@canonical.com-20110529013605-h4a4gk8v83t32ufx
Fixed cronscript imports.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
from zope.component import getUtility
17
17
 
18
18
from canonical.database.constants import UTC_NOW
19
 
from canonical.launchpad.interfaces.launchpad import ILaunchpadCelebrities
 
19
from lp.app.interfaces.launchpad import ILaunchpadCelebrities
20
20
from lp.bugs.interfaces.bug import IBugSet
21
21
from lp.bugs.interfaces.bugtask import (
22
22
    BugTaskSearchParams,