diff options
| -rw-r--r-- | Mailman/Mailbox.py | 2 | ||||
| -rw-r--r-- | Mailman/Message.py | 2 | ||||
| -rw-r--r-- | Mailman/htmlformat.py | 8 | ||||
| -rw-r--r-- | Mailman/versions.py | 1 |
4 files changed, 4 insertions, 9 deletions
diff --git a/Mailman/Mailbox.py b/Mailman/Mailbox.py index 8eb50c78c..2421ce075 100644 --- a/Mailman/Mailbox.py +++ b/Mailman/Mailbox.py @@ -17,8 +17,6 @@ "Extend mailbox.UnixMailbox." -__version__ = "$Revision: 547 $" - import mailbox diff --git a/Mailman/Message.py b/Mailman/Message.py index 82b2cb554..cc3fe2916 100644 --- a/Mailman/Message.py +++ b/Mailman/Message.py @@ -17,8 +17,6 @@ """Embody incoming and outgoing messages as objects.""" -__version__ = "$Revision: 670 $" - import sys import rfc822, string, time 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 diff --git a/Mailman/versions.py b/Mailman/versions.py index 6b41725a2..4546fd1bb 100644 --- a/Mailman/versions.py +++ b/Mailman/versions.py @@ -32,7 +32,6 @@ updates the data_version number of the list, and then does a .Save(), so the transformations won't be run again until another version change is detected.""" -__version__ = "$Revision: 721 $" import re, string, types import mm_cfg |
