~launchpad-pqm/mailman/2.1

« back to all changes in this revision

Viewing changes to tests/test_smtp.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2013-04-05 04:12:35 UTC
  • mfrom: (976.1.1 mailman)
  • Revision ID: launchpad@pqm.canonical.com-20130405041235-9ud0xancja2eefd7
[r=wgrant] Upgrade to mailman 2.1.15.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright (C) 2003 by the Free Software Foundation, Inc.
 
1
# Copyright (C) 2003-2010 by the Free Software Foundation, Inc.
2
2
#
3
3
# This program is free software; you can redistribute it and/or
4
4
# modify it under the terms of the GNU General Public License
20
20
import email
21
21
import unittest
22
22
import thread
 
23
try:
 
24
    from Mailman import __init__
 
25
except ImportError:
 
26
    import paths
23
27
 
24
28
from Mailman import mm_cfg
25
29
from Mailman.Handlers import SMTPDirect