diff options
| author | bwarsaw | 2002-01-23 06:06:56 +0000 |
|---|---|---|
| committer | bwarsaw | 2002-01-23 06:06:56 +0000 |
| commit | 7aea62772d57ee68250850a151835779eb384bd0 (patch) | |
| tree | e4ae5cceb06cc33167abfa20feeac8d9c6bcd1d9 | |
| parent | 89221ae36d10689fe398b620161e38aca90d251a (diff) | |
| download | mailman-7aea62772d57ee68250850a151835779eb384bd0.tar.gz mailman-7aea62772d57ee68250850a151835779eb384bd0.tar.zst mailman-7aea62772d57ee68250850a151835779eb384bd0.zip | |
| -rw-r--r-- | Mailman/Gui/NonDigest.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mailman/Gui/NonDigest.py b/Mailman/Gui/NonDigest.py index f25e3f9e4..ffa042bbd 100644 --- a/Mailman/Gui/NonDigest.py +++ b/Mailman/Gui/NonDigest.py @@ -1,4 +1,4 @@ -# 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 @@ -14,7 +14,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -"""MailList mixin class managing the non-digest delivery options. +"""GUI component for managing the non-digest delivery options. """ from Mailman import mm_cfg |
