~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/browser/distribution.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:
51
51
from zope.schema import Bool
52
52
from zope.security.interfaces import Unauthorized
53
53
 
54
 
from canonical.launchpad.browser.feeds import FeedsMixin
 
54
from lp.services.feeds.browser import FeedsMixin
55
55
from canonical.launchpad.helpers import english_list
56
56
from canonical.launchpad.webapp import (
57
57
    ApplicationMenu,