diff options
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. |
