diff options
Diffstat (limited to 'Lib/MimeWriter.py')
-rw-r--r-- | Lib/MimeWriter.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Lib/MimeWriter.py b/Lib/MimeWriter.py index 6fbcb65..29a9933 100644 --- a/Lib/MimeWriter.py +++ b/Lib/MimeWriter.py @@ -6,9 +6,6 @@ MimeWriter - the only thing here. """ -__version__ = '$Revision$' -# $Source$ - import string import mimetools |