~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/scripts/garbo.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-10-27 16:44:38 UTC
  • mfrom: (14198.1.1 megalint-4)
  • Revision ID: launchpad@pqm.canonical.com-20111027164438-g34vp8glvtxc9p7k
[r=jtv][no-qa] Lint.

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
    )
60
60
from lp.answers.model.answercontact import AnswerContact
61
61
from lp.bugs.interfaces.bug import IBugSet
62
 
from lp.bugs.interfaces.bugtask import (
63
 
    BugTaskStatus,
64
 
    BugTaskStatusSearch,
65
 
    )
66
62
from lp.bugs.model.bug import Bug
67
63
from lp.bugs.model.bugattachment import BugAttachment
68
64
from lp.bugs.model.bugnotification import BugNotification
69
 
from lp.bugs.model.bugtask import BugTask
70
65
from lp.bugs.model.bugwatch import BugWatchActivity
71
66
from lp.bugs.scripts.checkwatches.scheduler import (
72
67
    BugWatchScheduler,