]> granicus.if.org Git - python/commitdiff
Conversion.write_ordinal(): Not used, remove it.
authorFred Drake <fdrake@acm.org>
Wed, 22 Nov 2000 17:59:32 +0000 (17:59 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 22 Nov 2000 17:59:32 +0000 (17:59 +0000)
Doc/tools/sgmlconv/latex2esis.py

index 379878a5b761af364e0d0628494fe31074d502e1..d4bfa3f8162d540feaca60571f86a5991844251f 100755 (executable)
@@ -14,7 +14,6 @@ The format of the table is largely undocumented; see the commented
 headers where the table is specified in main().  There is no provision 
 to load an alternate table from an external file.
 """
-__version__ = '$Revision$'
 
 import errno
 import getopt
@@ -114,9 +113,6 @@ class Conversion:
         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):
         if DEBUG:
             sys.stderr.write(str(msg) + "\n")