From 9b4d755894dc66b2889b825c768eae7c4e40479e Mon Sep 17 00:00:00 2001 From: bwarsaw Date: Wed, 28 Feb 2001 06:07:53 +0000 Subject: Added missing import. --- Mailman/Digester.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 _ -- cgit v1.3.1