This commit is contained in:
Kovid Goyal 2009-12-12 10:52:24 -07:00
parent a56a063d64
commit f55b74bae4

View File

@ -18,8 +18,6 @@ class Font(object):
class Text(object):
A = etree.XPath('descendant::a[@href]')
def __init__(self, text, font_map, opts, log):
self.opts, self.log = opts, log
self.font_map = font_map