]> granicus.if.org Git - python/commitdiff
Remove the annoying __version__ definitions.
authorFred Drake <fdrake@acm.org>
Fri, 23 Mar 2001 17:09:02 +0000 (17:09 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 23 Mar 2001 17:09:02 +0000 (17:09 +0000)
Doc/tools/sgmlconv/docfixer.py
Doc/tools/sgmlconv/esis2sgml.py
Doc/tools/sgmlconv/esistools.py

index 1e9b5c3cfa18ef0f70c5cd442e70cfcf9b9fa8b3..25b8f4275b26a9fbb15c5ed60fd88810f561117b 100755 (executable)
@@ -3,7 +3,6 @@
 """Perform massive transformations on a document tree created from the LaTeX
 of the Python documentation, and dump the ESIS data for the transformed tree.
 """
-__version__ = '$Revision$'
 
 
 import errno
index a8abacde4a3ecb185a52c80dc674377bb7d36ce9..7bda92962252a6be49af0784f84dcffafb14b299 100755 (executable)
@@ -9,8 +9,6 @@ latex2esis.py script when run over the Python documentation.
 # This should have an explicit option to indicate whether the *INPUT* was
 # generated from an SGML or an XML application.
 
-__version__ = '$Revision$'
-
 import errno
 import esistools
 import os
index 40c9121d2bddae84142d0f8ea65023f80d84b314..893af762ad4474da2e020fe9a4974bf58dfd1aa3 100644 (file)
@@ -1,5 +1,4 @@
 """Miscellaneous utility functions useful for dealing with ESIS streams."""
-__version__ = '$Revision$'
 
 import re
 import string