diff options
Diffstat (limited to 'Doc/tools/sgmlconv/esis2sgml.py')
-rwxr-xr-x | Doc/tools/sgmlconv/esis2sgml.py | 2 |
1 files changed, 0 insertions, 2 deletions
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 |