~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/code/mail/tests/test_codereviewcomment.py

  • Committer: Curtis Hovey
  • Date: 2011-08-12 14:39:51 UTC
  • mto: This revision was merged to the branch mainline in revision 13685.
  • Revision ID: curtis.hovey@canonical.com-20110812143951-74vfvrt37gtt4fz2
Sorted imports.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
from zope.component import getUtility
9
9
from zope.security.proxy import removeSecurityProxy
10
10
 
11
 
from lp.services.messages.interfaces.message import IMessageSet
12
 
from lp.services.mail.sendmail import format_address
13
11
from canonical.launchpad.webapp import canonical_url
14
12
from canonical.testing.layers import LaunchpadFunctionalLayer
15
13
from lp.code.enums import (
18
16
    CodeReviewVote,
19
17
    )
20
18
from lp.code.mail.codereviewcomment import CodeReviewCommentMailer
 
19
from lp.services.mail.sendmail import format_address
 
20
from lp.services.messages.interfaces.message import IMessageSet
21
21
from lp.testing import (
22
22
    login,
23
23
    login_person,