~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to cronscripts/update-debwatches.py

  • Committer: Francis J. Lacoste
  • Date: 2011-06-15 15:11:43 UTC
  • mto: This revision was merged to the branch mainline in revision 13263.
  • Revision ID: francis.lacoste@canonical.com-20110615151143-9ctkazey07dpj1ps
Fix 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 lp.app.error import NotFoundError
 
19
from lp.app.errors import NotFoundError
20
20
from lp.app.interfaces.launchpad import ILaunchpadCelebrities
21
21
from lp.bugs.interfaces.bug import IBugSet
22
22
from lp.bugs.interfaces.bugtask import (