diff options
Diffstat (limited to 'mailman/tests/test_membership.py')
| -rw-r--r-- | mailman/tests/test_membership.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mailman/tests/test_membership.py b/mailman/tests/test_membership.py index 792681472..b50b2390e 100644 --- a/mailman/tests/test_membership.py +++ b/mailman/tests/test_membership.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2001-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # @@ -23,7 +23,7 @@ import unittest from mailman import Utils from mailman import passwords -from mailman.configuration import config +from mailman.config import config from mailman.core.errors import NotAMemberError |
