diff options
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 _ |
