diff options
| author | bwarsaw | 2001-02-28 06:07:53 +0000 |
|---|---|---|
| committer | bwarsaw | 2001-02-28 06:07:53 +0000 |
| commit | 9b4d755894dc66b2889b825c768eae7c4e40479e (patch) | |
| tree | 0cdb220d38d45f67eb31ceb8ecac214d335a65fe /Mailman/Digester.py | |
| parent | 86d4b78a4f189eadd8c8d492dd57046b5ca50f06 (diff) | |
| download | mailman-9b4d755894dc66b2889b825c768eae7c4e40479e.tar.gz mailman-9b4d755894dc66b2889b825c768eae7c4e40479e.tar.zst mailman-9b4d755894dc66b2889b825c768eae7c4e40479e.zip | |
Diffstat (limited to 'Mailman/Digester.py')
| -rw-r--r-- | Mailman/Digester.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Mailman/Digester.py b/Mailman/Digester.py index 94cea1944..3067a7c9e 100644 --- a/Mailman/Digester.py +++ b/Mailman/Digester.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998,1999,2000 by the Free Software Foundation, Inc. +# Copyright (C) 1998,1999,2000,2001 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 @@ -21,6 +21,7 @@ import os from Mailman import mm_cfg from Mailman import Utils from Mailman import Errors +from Mailman.i18n import _ |
