From 7190247e0b43b5193a00239b209334aa34e70217 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Fri, 23 Mar 2001 17:09:02 +0000 Subject: [PATCH] Remove the annoying __version__ definitions. --- Doc/tools/sgmlconv/docfixer.py | 1 - Doc/tools/sgmlconv/esis2sgml.py | 2 -- Doc/tools/sgmlconv/esistools.py | 1 - 3 files changed, 4 deletions(-) diff --git a/Doc/tools/sgmlconv/docfixer.py b/Doc/tools/sgmlconv/docfixer.py index 1e9b5c3cfa..25b8f4275b 100755 --- a/Doc/tools/sgmlconv/docfixer.py +++ b/Doc/tools/sgmlconv/docfixer.py @@ -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 diff --git a/Doc/tools/sgmlconv/esis2sgml.py b/Doc/tools/sgmlconv/esis2sgml.py index a8abacde4a..7bda929622 100755 --- a/Doc/tools/sgmlconv/esis2sgml.py +++ b/Doc/tools/sgmlconv/esis2sgml.py @@ -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 diff --git a/Doc/tools/sgmlconv/esistools.py b/Doc/tools/sgmlconv/esistools.py index 40c9121d2b..893af762ad 100644 --- a/Doc/tools/sgmlconv/esistools.py +++ b/Doc/tools/sgmlconv/esistools.py @@ -1,5 +1,4 @@ """Miscellaneous utility functions useful for dealing with ESIS streams.""" -__version__ = '$Revision$' import re import string -- 2.50.0