diff options
Diffstat (limited to 'mailman/database/roster.py')
| -rw-r--r-- | mailman/database/roster.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mailman/database/roster.py b/mailman/database/roster.py index 60087c243..d044cc386 100644 --- a/mailman/database/roster.py +++ b/mailman/database/roster.py @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2007-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # @@ -38,7 +38,7 @@ __all__ = [ from storm.locals import * from zope.interface import implements -from mailman.configuration import config +from mailman.config import config from mailman.constants import SystemDefaultPreferences from mailman.database.address import Address from mailman.database.member import Member |
