mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
Remove the annoying __version__ definitions.
This commit is contained in:
parent
3e8f921fb9
commit
7190247e0b
3 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
"""Miscellaneous utility functions useful for dealing with ESIS streams."""
|
||||
__version__ = '$Revision$'
|
||||
|
||||
import re
|
||||
import string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue