summaryrefslogtreecommitdiff
path: root/mailman/database/messagestore.py
diff options
context:
space:
mode:
Diffstat (limited to 'mailman/database/messagestore.py')
-rw-r--r--mailman/database/messagestore.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/mailman/database/messagestore.py b/mailman/database/messagestore.py
index a784f89cc..934015b10 100644
--- a/mailman/database/messagestore.py
+++ b/mailman/database/messagestore.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.
#
@@ -29,7 +29,7 @@ import cPickle as pickle
from zope.interface import implements
from mailman import Utils
-from mailman.configuration import config
+from mailman.config import config
from mailman.database.message import Message
from mailman.interfaces import IMessageStore