summaryrefslogtreecommitdiffstats
path: root/Doc/tools/sgmlconv
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-03-23 17:09:02 (GMT)
committerFred Drake <fdrake@acm.org>2001-03-23 17:09:02 (GMT)
commit7190247e0b43b5193a00239b209334aa34e70217 (patch)
treeb64e44aed4967b268820ebc7faee8a2606e5e5fd /Doc/tools/sgmlconv
parent3e8f921fb9c6b33a2222251ba2f019e32982fa0a (diff)
downloadcpython-7190247e0b43b5193a00239b209334aa34e70217.zip
cpython-7190247e0b43b5193a00239b209334aa34e70217.tar.gz
cpython-7190247e0b43b5193a00239b209334aa34e70217.tar.bz2
Remove the annoying __version__ definitions.
Diffstat (limited to 'Doc/tools/sgmlconv')
-rwxr-xr-xDoc/tools/sgmlconv/docfixer.py1
-rwxr-xr-xDoc/tools/sgmlconv/esis2sgml.py2
-rw-r--r--Doc/tools/sgmlconv/esistools.py1
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