~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/services/mail/helpers.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:
11
11
 
12
12
from zope.component import getUtility
13
13
 
14
 
from canonical.launchpad.interfaces.librarian import ILibraryFileAliasSet
15
14
from canonical.launchpad.webapp import canonical_url
16
15
from canonical.launchpad.webapp.interaction import get_current_principal
17
16
from canonical.launchpad.webapp.interfaces import ILaunchBag
18
17
from lp.registry.vocabularies import ValidPersonOrTeamVocabulary
 
18
from lp.services.librarian.interfaces import ILibraryFileAliasSet
19
19
from lp.services.mail.interfaces import (
20
20
    EmailProcessingError,
21
21
    IWeaklyAuthenticatedPrincipal,