diff options
| author | mailman | 1998-04-09 23:57:58 +0000 |
|---|---|---|
| committer | mailman | 1998-04-09 23:57:58 +0000 |
| commit | 7c2b480459932f9c1443b85ec55b288e6be41117 (patch) | |
| tree | ab2178fff33af1510f2c7ada1cb9f2e0b509b104 /Mailman/HTMLFormatter.py | |
| parent | 36c8c34b723f6cfaae960ea9c2fc02c55dadc406 (diff) | |
| download | mailman-7c2b480459932f9c1443b85ec55b288e6be41117.tar.gz mailman-7c2b480459932f9c1443b85ec55b288e6be41117.tar.zst mailman-7c2b480459932f9c1443b85ec55b288e6be41117.zip | |
Diffstat (limited to 'Mailman/HTMLFormatter.py')
| -rw-r--r-- | Mailman/HTMLFormatter.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Mailman/HTMLFormatter.py b/Mailman/HTMLFormatter.py index 625df296a..018113624 100644 --- a/Mailman/HTMLFormatter.py +++ b/Mailman/HTMLFormatter.py @@ -1,3 +1,8 @@ +"""Routines for presentation of list-specific HTML text.""" + +__version__ = "$Revision: 399 $" + + import os import regsub import string |
