~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: William Grant
  • Date: 2011-12-30 07:32:58 UTC
  • mto: This revision was merged to the branch mainline in revision 14611.
  • Revision ID: william.grant@canonical.com-20111230073258-g76qf50dpdqcxzfb
Move the interfaces across too.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
    FeedPerson,
34
34
    FeedTypedData,
35
35
    )
36
 
from lp.services.feeds.interfaces import IFeedsApplication
 
36
from lp.services.feeds.interfaces.application import IFeedsApplication
37
37
from lp.services.webapp import (
38
38
    canonical_url,
39
39
    urlappend,