summaryrefslogtreecommitdiff
path: root/Mailman/htmlformat.py
diff options
context:
space:
mode:
authorbwarsaw1998-06-19 20:12:49 +0000
committerbwarsaw1998-06-19 20:12:49 +0000
commit5113d62a2eab16dd94a23bb2adb82b14d0d863ea (patch)
tree7df8dc6a426499eec941f980b12f51d98d54e638 /Mailman/htmlformat.py
parent169ecadad0a1df37300e590f2be3b5baa17167c0 (diff)
downloadmailman-5113d62a2eab16dd94a23bb2adb82b14d0d863ea.tar.gz
mailman-5113d62a2eab16dd94a23bb2adb82b14d0d863ea.tar.zst
mailman-5113d62a2eab16dd94a23bb2adb82b14d0d863ea.zip
Diffstat (limited to 'Mailman/htmlformat.py')
-rw-r--r--Mailman/htmlformat.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/Mailman/htmlformat.py b/Mailman/htmlformat.py
index ddb6ac229..9a55cb95a 100644
--- a/Mailman/htmlformat.py
+++ b/Mailman/htmlformat.py
@@ -18,13 +18,13 @@
"""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."""
+for python and, recursively, for nested HTML formatting objects.
+"""
-__version__ = "$Revision: 635 $"
# 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.
+# object given start / end tags, valid options, and a value. Ug, objects
+# shouldn't be adding their own newlines. The next object should.
import string, types