diff options
| author | bwarsaw | 2002-11-04 15:35:51 +0000 |
|---|---|---|
| committer | bwarsaw | 2002-11-04 15:35:51 +0000 |
| commit | 57c2d5c4f83c16e2ea9fca7fe6c8c4b381021daf (patch) | |
| tree | 5f75fd5aa90530492dbd09ee65ad364e7bbd2127 /tests/EmailBase.py | |
| parent | e46e0bc7bdc4736a39ad94ee924ce3950594188e (diff) | |
| download | mailman-57c2d5c4f83c16e2ea9fca7fe6c8c4b381021daf.tar.gz mailman-57c2d5c4f83c16e2ea9fca7fe6c8c4b381021daf.tar.zst mailman-57c2d5c4f83c16e2ea9fca7fe6c8c4b381021daf.zip | |
Diffstat (limited to 'tests/EmailBase.py')
| -rw-r--r-- | tests/EmailBase.py | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/EmailBase.py b/tests/EmailBase.py index 238e4b1d2..1dffe032c 100644 --- a/tests/EmailBase.py +++ b/tests/EmailBase.py @@ -1,20 +1,20 @@ -# Copyright (C) 2001 by the Free Software Foundation, Inc. +# Copyright (C) 2001,2002 by the Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # as published by the Free Software Foundation; either version 2 # of the License, or (at your option) any later version. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software +# along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -"""Base class for test that email things. +"""Base class for tests that email things. """ import socket |
