diff options
| author | cotton | 1998-10-26 15:44:30 +0000 |
|---|---|---|
| committer | cotton | 1998-10-26 15:44:30 +0000 |
| commit | bbb66f00a0d661da47bc32c367037bb1d0ab042a (patch) | |
| tree | 41c4bae199ef7727df05c51ddb23f57e7bf34615 /Mailman/Archiver/HyperArch.py | |
| parent | deb5419010217c9d79602e8c9261e496ab855340 (diff) | |
| download | mailman-bbb66f00a0d661da47bc32c367037bb1d0ab042a.tar.gz mailman-bbb66f00a0d661da47bc32c367037bb1d0ab042a.tar.zst mailman-bbb66f00a0d661da47bc32c367037bb1d0ab042a.zip | |
Diffstat (limited to 'Mailman/Archiver/HyperArch.py')
| -rw-r--r-- | Mailman/Archiver/HyperArch.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Mailman/Archiver/HyperArch.py b/Mailman/Archiver/HyperArch.py index f4066800f..1f32c2870 100644 --- a/Mailman/Archiver/HyperArch.py +++ b/Mailman/Archiver/HyperArch.py @@ -35,8 +35,7 @@ import re, cgi, urllib, string import time, pickle, os, posixfile import HyperDatabase import pipermail -import Mailman.mm_cfg -mm_cfg = Mailman.mm_cfg +from Mailman import mm_cfg def html_quote(s): |
