~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/services/mail/helpers.py

  • Committer: Curtis Hovey
  • Date: 2011-08-21 14:21:06 UTC
  • mto: This revision was merged to the branch mainline in revision 13745.
  • Revision ID: curtis.hovey@canonical.com-20110821142106-x93hajd6iguma8gx
Update test that was enforcing bad grammar.

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
14
15
from canonical.launchpad.webapp import canonical_url
15
16
from canonical.launchpad.webapp.interaction import get_current_principal
16
17
from canonical.launchpad.webapp.interfaces import ILaunchBag
17
18
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,