Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fed0d09

Browse files
committed
Conversion.write_ordinal(): Not used, remove it.
1 parent 691a5a7 commit fed0d09

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

Doc/tools/sgmlconv/latex2esis.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
headers where the table is specified in main(). There is no provision
1515
to load an alternate table from an external file.
1616
"""
17-
__version__ = '$Revision$'
1817

1918
import errno
2019
import getopt
@@ -114,9 +113,6 @@ def __init__(self, ifp, ofp, table):
114113
self.line = string.join(map(string.rstrip, ifp.readlines()), "\n")
115114
self.preamble = 1
116115

117-
def write_ordinal(self, ordinal):
118-
self.write("-\\%%%d;\n" % ordinal)
119-
120116
def err_write(self, msg):
121117
if DEBUG:
122118
sys.stderr.write(str(msg) + "\n")

0 commit comments

Comments
 (0)