diff options
author | Fred Drake <fdrake@acm.org> | 2001-03-23 17:09:02 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-03-23 17:09:02 (GMT) |
commit | 7190247e0b43b5193a00239b209334aa34e70217 (patch) | |
tree | b64e44aed4967b268820ebc7faee8a2606e5e5fd /Doc/tools/sgmlconv/esistools.py | |
parent | 3e8f921fb9c6b33a2222251ba2f019e32982fa0a (diff) | |
download | cpython-7190247e0b43b5193a00239b209334aa34e70217.zip cpython-7190247e0b43b5193a00239b209334aa34e70217.tar.gz cpython-7190247e0b43b5193a00239b209334aa34e70217.tar.bz2 |
Remove the annoying __version__ definitions.
Diffstat (limited to 'Doc/tools/sgmlconv/esistools.py')
-rw-r--r-- | Doc/tools/sgmlconv/esistools.py | 1 |
1 files changed, 0 insertions, 1 deletions
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 |