diff options
Diffstat (limited to 'mailman/app/commands.py')
| -rw-r--r-- | mailman/app/commands.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mailman/app/commands.py b/mailman/app/commands.py index 6ff6fdf0a..9bcd027a0 100644 --- a/mailman/app/commands.py +++ b/mailman/app/commands.py @@ -1,4 +1,4 @@ -# Copyright (C) 2008 by the Free Software Foundation, Inc. +# Copyright (C) 2008-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # @@ -23,7 +23,7 @@ __all__ = [ ] -from mailman.configuration import config +from mailman.config import config from mailman.core.plugins import get_plugins from mailman.interfaces import IEmailCommand |
