summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Lib/Bastion.py3
-rw-r--r--Lib/MimeWriter.py3
2 files changed, 0 insertions, 6 deletions
diff --git a/Lib/Bastion.py b/Lib/Bastion.py
index cb54be9159..9411ff998d 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 6fbcb65f97..29a9933b67 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