summaryrefslogtreecommitdiff
path: root/mailman/archiving/prototype.py
diff options
context:
space:
mode:
Diffstat (limited to 'mailman/archiving/prototype.py')
-rw-r--r--mailman/archiving/prototype.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/mailman/archiving/prototype.py b/mailman/archiving/prototype.py
index 5e86a606f..e17a6f177 100644
--- a/mailman/archiving/prototype.py
+++ b/mailman/archiving/prototype.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.
#
@@ -29,7 +29,7 @@ from base64 import b32encode
from urlparse import urljoin
from zope.interface import implements
-from mailman.configuration import config
+from mailman.config import config
from mailman.interfaces.archiver import IArchiver