diff options
| author | jhylton | 2000-09-21 20:38:16 +0000 |
|---|---|---|
| committer | jhylton | 2000-09-21 20:38:16 +0000 |
| commit | 327e31e1365d70d9aa85dff1282c6693b87ee7c4 (patch) | |
| tree | d53a1d86ba78055ce301d783e241f0655edeeb84 | |
| parent | f52ed27702bf10fb01fd5daef1ad0fe2f25e2ad7 (diff) | |
| download | mailman-327e31e1365d70d9aa85dff1282c6693b87ee7c4.tar.gz mailman-327e31e1365d70d9aa85dff1282c6693b87ee7c4.tar.zst mailman-327e31e1365d70d9aa85dff1282c6693b87ee7c4.zip | |
| -rw-r--r-- | Mailman/Archiver/HyperArch.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/Archiver/HyperArch.py b/Mailman/Archiver/HyperArch.py index c6a81ae96..4ed0987c9 100644 --- a/Mailman/Archiver/HyperArch.py +++ b/Mailman/Archiver/HyperArch.py @@ -43,7 +43,7 @@ import posixfile import HyperDatabase import pipermail -from Mailman import mm_cfg, EncWord +from Mailman import mm_cfg from Mailman.Logging.Syslog import syslog from Mailman.Utils import mkdir, open_ex |
