[Python-checkins] CVS: python/dist/src/Doc/tools/sgmlconv docfixer.py,1.26,1.27 esis2sgml.py,1.14,1.15 esistools.py,1.5,1.6

Fred L. Drake fdrake@users.sourceforge.net
Fri, 23 Mar 2001 09:09:04 -0800


Update of /cvsroot/python/python/dist/src/Doc/tools/sgmlconv
In directory usw-pr-cvs1:/tmp/cvs-serv31338

Modified Files:
	docfixer.py esis2sgml.py esistools.py 
Log Message:

Remove the annoying __version__ definitions.


Index: docfixer.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/tools/sgmlconv/docfixer.py,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -r1.26 -r1.27
*** docfixer.py	2001/03/23 17:01:47	1.26
--- docfixer.py	2001/03/23 17:09:02	1.27
***************
*** 4,8 ****
  of the Python documentation, and dump the ESIS data for the transformed tree.
  """
- __version__ = '$Revision$'
  
  
--- 4,7 ----

Index: esis2sgml.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/tools/sgmlconv/esis2sgml.py,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -r1.14 -r1.15
*** esis2sgml.py	2001/03/23 16:38:12	1.14
--- esis2sgml.py	2001/03/23 17:09:02	1.15
***************
*** 10,15 ****
  # generated from an SGML or an XML application.
  
- __version__ = '$Revision$'
- 
  import errno
  import esistools
--- 10,13 ----

Index: esistools.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/tools/sgmlconv/esistools.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** esistools.py	2001/03/23 16:42:08	1.5
--- esistools.py	2001/03/23 17:09:02	1.6
***************
*** 1,4 ****
  """Miscellaneous utility functions useful for dealing with ESIS streams."""
- __version__ = '$Revision$'
  
  import re
--- 1,3 ----