summaryrefslogtreecommitdiff
path: root/mailman/database/message.py
diff options
context:
space:
mode:
Diffstat (limited to 'mailman/database/message.py')
-rw-r--r--mailman/database/message.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/mailman/database/message.py b/mailman/database/message.py
index 578445acf..b62fe580b 100644
--- a/mailman/database/message.py
+++ b/mailman/database/message.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.
#
@@ -18,7 +18,7 @@
from storm.locals import *
from zope.interface import implements
-from mailman.configuration import config
+from mailman.config import config
from mailman.database.model import Model
from mailman.interfaces import IMessage