summaryrefslogtreecommitdiff
path: root/mailman/commands/cmd_help.py
diff options
context:
space:
mode:
authorBarry Warsaw2009-01-01 17:58:39 -0500
committerBarry Warsaw2009-01-01 17:58:39 -0500
commit1c285f110d8e98597453c6b4b69ea01163033547 (patch)
tree00c7ec16711b2073e40f593658f652726a9d4231 /mailman/commands/cmd_help.py
parent12513c7d0fc1f5d2a1aabda349637309f6e8300b (diff)
parent600ddb503a391d70230d96ee91a631888d11b35a (diff)
downloadmailman-1c285f110d8e98597453c6b4b69ea01163033547.tar.gz
mailman-1c285f110d8e98597453c6b4b69ea01163033547.tar.zst
mailman-1c285f110d8e98597453c6b4b69ea01163033547.zip
Diffstat (limited to 'mailman/commands/cmd_help.py')
-rw-r--r--mailman/commands/cmd_help.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/mailman/commands/cmd_help.py b/mailman/commands/cmd_help.py
index 4577c947e..eeee33ca7 100644
--- a/mailman/commands/cmd_help.py
+++ b/mailman/commands/cmd_help.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2002-2008 by the Free Software Foundation, Inc.
+# Copyright (C) 2002-2009 by the Free Software Foundation, Inc.
#
# This file is part of GNU Mailman.
#
@@ -24,7 +24,7 @@ import os
import sys
from mailman import Utils
-from mailman.configuration import config
+from mailman.config import config
from mailman.i18n import _
EMPTYSTRING = ''