summaryrefslogtreecommitdiff
path: root/mailman/bin/withlist.py
diff options
context:
space:
mode:
Diffstat (limited to 'mailman/bin/withlist.py')
-rw-r--r--mailman/bin/withlist.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/mailman/bin/withlist.py b/mailman/bin/withlist.py
index 32bfb1206..8862501d5 100644
--- a/mailman/bin/withlist.py
+++ b/mailman/bin/withlist.py
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2008 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2009 by the Free Software Foundation, Inc.
#
# This file is part of GNU Mailman.
#
@@ -20,9 +20,9 @@ import sys
import optparse
from mailman import interact
-from mailman.configuration import config
+from mailman.config import config
+from mailman.core.initialize import initialize
from mailman.i18n import _
-from mailman.initialize import initialize
from mailman.version import MAILMAN_VERSION