summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Mailman/i18n.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mailman/i18n.py b/Mailman/i18n.py
index d00c75947..ef4928989 100644
--- a/Mailman/i18n.py
+++ b/Mailman/i18n.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2000 by the Free Software Foundation, Inc.
+# Copyright (C) 2000,2001 by the Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
@@ -18,7 +18,7 @@ import sys
import gettext
from Mailman import mm_cfg
-from Mailman.Utils import SafeDict
+from Mailman.SafeDict import SafeDict