~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/model/bugtask.py

  • Committer: Curtis Hovey
  • Date: 2011-12-23 16:39:35 UTC
  • mto: This revision was merged to the branch mainline in revision 14599.
  • Revision ID: curtis.hovey@canonical.com-20111223163935-sb49rlrjoeyabk7s
Moved script to lp.testing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
87
87
    )
88
88
from canonical.launchpad.helpers import shortlist
89
89
from lp.services.database.lpstorm import IStore
90
 
from lp.services.searchbuilder import (
 
90
from canonical.launchpad.searchbuilder import (
91
91
    all,
92
92
    any,
93
93
    greater_than,