diff options
-rw-r--r-- | Lib/Bastion.py | 3 | ||||
-rw-r--r-- | Lib/MimeWriter.py | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/Lib/Bastion.py b/Lib/Bastion.py index cb54be9..9411ff9 100644 --- a/Lib/Bastion.py +++ b/Lib/Bastion.py @@ -26,9 +26,6 @@ bastion is created. """ -__version__ = '$Revision$' -# $Source$ - from types import MethodType 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 |