Commit 1439a37b authored by Fred Drake's avatar Fred Drake

Remove the annoying __version__ definitions.

parent dfe289ad
...@@ -3,7 +3,6 @@ ...@@ -3,7 +3,6 @@
"""Perform massive transformations on a document tree created from the LaTeX """Perform massive transformations on a document tree created from the LaTeX
of the Python documentation, and dump the ESIS data for the transformed tree. of the Python documentation, and dump the ESIS data for the transformed tree.
""" """
__version__ = '$Revision$'
import errno import errno
......
...@@ -9,8 +9,6 @@ latex2esis.py script when run over the Python documentation. ...@@ -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 # This should have an explicit option to indicate whether the *INPUT* was
# generated from an SGML or an XML application. # generated from an SGML or an XML application.
__version__ = '$Revision$'
import errno import errno
import esistools import esistools
import os import os
......
"""Miscellaneous utility functions useful for dealing with ESIS streams.""" """Miscellaneous utility functions useful for dealing with ESIS streams."""
__version__ = '$Revision$'
import re import re
import string import string
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment