~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-12-22 12:41:32 UTC
  • mfrom: (14578.2.5 librarian-services)
  • Revision ID: launchpad@pqm.canonical.com-20111222124132-s1yqnjjb1jl7384h
[r=wgrant][no-qa] Move most non-server librarian stuff from around
        the tree to lp.services.librarian. canonical.launchpad.{browser,
        database} are no longer.

Show diffs side-by-side

added added

removed removed

Lines of Context:
83
83
    _,
84
84
    helpers,
85
85
    )
86
 
from lp.services.feeds.browser import FeedsMixin
87
 
from canonical.launchpad.interfaces.librarian import ILibraryFileAliasSet
88
86
from canonical.launchpad.webapp import (
89
87
    ApplicationMenu,
90
88
    canonical_url,
195
193
from lp.registry.interfaces.series import SeriesStatus
196
194
from lp.registry.interfaces.sourcepackagename import ISourcePackageNameSet
197
195
from lp.services.database.decoratedresultset import DecoratedResultSet
 
196
from lp.services.feeds.browser import FeedsMixin
198
197
from lp.services.fields import (
199
198
    PillarAliases,
200
199
    PublicPersonChoice,
201
200
    )
 
201
from lp.services.librarian.interfaces import ILibraryFileAliasSet
202
202
from lp.services.mail.sendmail import (
203
203
    format_address,
204
204
    simple_sendmail,