~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Curtis Hovey
  • Date: 2011-08-21 14:21:06 UTC
  • mto: This revision was merged to the branch mainline in revision 13745.
  • Revision ID: curtis.hovey@canonical.com-20110821142106-x93hajd6iguma8gx
Update test that was enforcing bad grammar.

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
 
48
48
from canonical.database.constants import UTC_NOW
49
49
from canonical.database.sqlbase import quote
50
 
from lp.services.database.lpstorm import IStore
 
50
from canonical.launchpad.interfaces.lpstorm import IStore
51
51
from lp.app.interfaces.launchpad import ILaunchpadCelebrities
52
52
from lp.bugs.interfaces.bug import IBug
53
53
from lp.bugs.interfaces.bugtask import IBugTask