summaryrefslogtreecommitdiff
path: root/Mailman/htmlformat.py
diff options
context:
space:
mode:
authormailman1998-04-09 23:39:07 +0000
committermailman1998-04-09 23:39:07 +0000
commitebc70455dd8de4f4176ebe62864ea2544beec7f2 (patch)
tree3cc971442c241a4903b599dbde34e6ae4e41fe18 /Mailman/htmlformat.py
parent2a39814a22700473463c1ab899bbe93853c1d738 (diff)
downloadmailman-ebc70455dd8de4f4176ebe62864ea2544beec7f2.tar.gz
mailman-ebc70455dd8de4f4176ebe62864ea2544beec7f2.tar.zst
mailman-ebc70455dd8de4f4176ebe62864ea2544beec7f2.zip
Diffstat (limited to 'Mailman/htmlformat.py')
-rw-r--r--Mailman/htmlformat.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/Mailman/htmlformat.py b/Mailman/htmlformat.py
index c2e568deb..53bfe1240 100644
--- a/Mailman/htmlformat.py
+++ b/Mailman/htmlformat.py
@@ -1,3 +1,10 @@
+"""Library for program-based construction of an HTML documents.
+
+Encapsulate HTML formatting directives in classes that act as containers
+for python and, recursively, for nested HTML formatting objects."""
+
+__version__ = "$Revision: 394 $"
+
# Eventually could abstract down to HtmlItem, which outputs an arbitrary html
# object given start / end tags, valid options, and a value.
# Ug, objects shouldn't be adding their own newlines. The next object should.