diff options
Diffstat (limited to 'src/mailman/app/replybot.py')
| -rw-r--r-- | src/mailman/app/replybot.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mailman/app/replybot.py b/src/mailman/app/replybot.py index 6cc344960..0fa73c601 100644 --- a/src/mailman/app/replybot.py +++ b/src/mailman/app/replybot.py @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2010 by the Free Software Foundation, Inc. +# Copyright (C) 2007-2011 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # @@ -30,8 +30,6 @@ __all__ = [ import logging -from mailman.core.i18n import _ - log = logging.getLogger('mailman.vette') |
