~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/browser/announcement.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-12-20 17:18:38 UTC
  • mfrom: (14557.1.20 login-token-apocalyse)
  • Revision ID: launchpad@pqm.canonical.com-20111220171838-t5bzp4y0hjmxxqze
[rs=sinzui][no-qa] migrate logintoken, launchpad statistics,
        and feeds.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
 
29
29
from canonical.config import config
30
30
from canonical.launchpad import _
31
 
from canonical.launchpad.browser.feeds import (
 
31
from lp.services.feeds.browser import (
32
32
    AnnouncementsFeedLink,
33
33
    FeedsMixin,
34
34
    RootAnnouncementsFeedLink,