diff options
-rwxr-xr-x | Doc/tools/sgmlconv/docfixer.py | 1 | ||||
-rwxr-xr-x | Doc/tools/sgmlconv/esis2sgml.py | 2 | ||||
-rw-r--r-- | Doc/tools/sgmlconv/esistools.py | 1 |
3 files changed, 0 insertions, 4 deletions
diff --git a/Doc/tools/sgmlconv/docfixer.py b/Doc/tools/sgmlconv/docfixer.py index 1e9b5c3..25b8f42 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 a8abacd..7bda929 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 40c9121..893af76 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 |