[Python-checkins] CVS: python/dist/src/Doc/tools/sgmlconv latex2esis.py,1.21,1.22

Fred L. Drake python-dev@python.org
Wed, 22 Nov 2000 09:59:35 -0800


Update of /cvsroot/python/python/dist/src/Doc/tools/sgmlconv
In directory slayer.i.sourceforge.net:/tmp/cvs-serv13302/tools/sgmlconv

Modified Files:
	latex2esis.py 
Log Message:

Conversion.write_ordinal():  Not used, remove it.


Index: latex2esis.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/tools/sgmlconv/latex2esis.py,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -r1.21 -r1.22
*** latex2esis.py	2000/11/22 17:56:43	1.21
--- latex2esis.py	2000/11/22 17:59:32	1.22
***************
*** 15,19 ****
  to load an alternate table from an external file.
  """
- __version__ = '$Revision$'
  
  import errno
--- 15,18 ----
***************
*** 114,120 ****
          self.line = string.join(map(string.rstrip, ifp.readlines()), "\n")
          self.preamble = 1
- 
-     def write_ordinal(self, ordinal):
-         self.write("-\\%%%d;\n" % ordinal)
  
      def err_write(self, msg):
--- 113,116 ----