~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Curtis Hovey
  • Date: 2011-12-28 17:03:06 UTC
  • mto: This revision was merged to the branch mainline in revision 14605.
  • Revision ID: curtis.hovey@canonical.com-20111228170306-n9fz94h85ckaoaf3
Separate test-authoring classes from test-running classes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
    )
54
54
from zope.sendmail.interfaces import IMailDelivery
55
55
 
 
56
from canonical.config import config
56
57
from lp.app import versioninfo
57
 
from lp.services.config import config
58
58
from lp.services.encoding import is_ascii_only
59
59
from lp.services.mail.stub import TestMailer
60
60
from lp.services.timeline.requesttimeline import get_request_timeline