summaryrefslogtreecommitdiff
path: root/Mailman/htmlformat.py
diff options
context:
space:
mode:
authorbwarsaw1999-05-02 23:12:31 +0000
committerbwarsaw1999-05-02 23:12:31 +0000
commitcb115221ed0426d7754964202190aa833502389c (patch)
tree37f52a440e4f6a8646fd1ad1f0c6942e99a42f80 /Mailman/htmlformat.py
parent2a106281354cbf973d53c6d98a6e08620346b61c (diff)
downloadmailman-cb115221ed0426d7754964202190aa833502389c.tar.gz
mailman-cb115221ed0426d7754964202190aa833502389c.tar.zst
mailman-cb115221ed0426d7754964202190aa833502389c.zip
Diffstat (limited to 'Mailman/htmlformat.py')
-rw-r--r--Mailman/htmlformat.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/Mailman/htmlformat.py b/Mailman/htmlformat.py
index bf2a497d7..78693423f 100644
--- a/Mailman/htmlformat.py
+++ b/Mailman/htmlformat.py
@@ -27,7 +27,9 @@ for python and, recursively, for nested HTML formatting objects.
# shouldn't be adding their own newlines. The next object should.
-import string, types
+import types
+import string
+import mm_cfg
# Format an arbitrary object.