~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Curtis Hovey
  • Date: 2011-05-27 19:53:20 UTC
  • mto: This revision was merged to the branch mainline in revision 13136.
  • Revision ID: curtis.hovey@canonical.com-20110527195320-hpp9gn2dgg3ubalz
Move ILaunchpadCelebrity to lp.app.

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
    )
53
53
from lp.services.messages.model.message import Message
54
54
from canonical.launchpad.helpers import shortlist
55
 
from canonical.launchpad.interfaces.launchpad import ILaunchpadCelebrities
 
55
from lp.app.interfaces.launchpad import ILaunchpadCelebrities
56
56
from canonical.launchpad.interfaces.lpstorm import IStore
57
57
from canonical.launchpad.webapp import (
58
58
    urlappend,