~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

merged base branch.

Show diffs side-by-side

added added

removed removed

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