diff options
| author | bwarsaw | 2001-02-15 16:00:30 +0000 |
|---|---|---|
| committer | bwarsaw | 2001-02-15 16:00:30 +0000 |
| commit | e4a7a2013161e63adec94a7a302ae0d94098617f (patch) | |
| tree | 2a75c3d0acd209eb914a106f6fd0f4eac70069d1 | |
| parent | e5b80119103e6763908d0990f8ef892136bd37f0 (diff) | |
| download | mailman-e4a7a2013161e63adec94a7a302ae0d94098617f.tar.gz mailman-e4a7a2013161e63adec94a7a302ae0d94098617f.tar.zst mailman-e4a7a2013161e63adec94a7a302ae0d94098617f.zip | |
| -rw-r--r-- | Mailman/i18n.py | 4 |
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 |
