~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/code/feed/branch.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:
24
24
from zope.interface import implements
25
25
from zope.security.interfaces import Unauthorized
26
26
 
27
 
from canonical.lazr.interfaces import IFeedPerson
28
27
from lp.code.browser.branch import BranchView
29
28
from lp.code.interfaces.branch import (
30
29
    DEFAULT_BRANCH_STATUS_IN_LISTING,
43
42
    FeedTypedData,
44
43
    MINUTES,
45
44
    )
 
45
from lp.services.feeds.interfaces.feed import IFeedPerson
46
46
from lp.services.propertycache import cachedproperty
47
47
from lp.services.webapp import (
48
48
    canonical_url,