]> granicus.if.org Git - python/commitdiff
Removed RCS crud from official Python release version.
authorGuido van Rossum <guido@python.org>
Tue, 8 Oct 1996 14:14:49 +0000 (14:14 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 8 Oct 1996 14:14:49 +0000 (14:14 +0000)
Lib/Bastion.py
Lib/MimeWriter.py

index cb54be9159578d6dcda65592eee732108a7bbe03..9411ff998db44be64435979352ffe8e2d1592ec6 100644 (file)
@@ -26,9 +26,6 @@ bastion is created.
 
 """
 
-__version__ = '$Revision$'
-# $Source$
-
 
 from types import MethodType
 
index 6fbcb65f9748d34b7681e0a6ba0378b280825a2c..29a9933b676f7ae0becfe8d432d316fc5ee46d91 100644 (file)
@@ -6,9 +6,6 @@ MimeWriter - the only thing here.
 
 """
 
-__version__ = '$Revision$'
-# $Source$
-
 
 import string
 import mimetools