diff options
| author | bwarsaw | 1999-05-02 23:12:31 +0000 |
|---|---|---|
| committer | bwarsaw | 1999-05-02 23:12:31 +0000 |
| commit | cb115221ed0426d7754964202190aa833502389c (patch) | |
| tree | 37f52a440e4f6a8646fd1ad1f0c6942e99a42f80 /Mailman/htmlformat.py | |
| parent | 2a106281354cbf973d53c6d98a6e08620346b61c (diff) | |
| download | mailman-cb115221ed0426d7754964202190aa833502389c.tar.gz mailman-cb115221ed0426d7754964202190aa833502389c.tar.zst mailman-cb115221ed0426d7754964202190aa833502389c.zip | |
Diffstat (limited to 'Mailman/htmlformat.py')
| -rw-r--r-- | Mailman/htmlformat.py | 4 |
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. |
