mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-02-09 13:06:00 +01:00
...
This commit is contained in:
parent
a56a063d64
commit
f55b74bae4
1 changed files with 0 additions and 2 deletions
|
|
@ -18,8 +18,6 @@ def __init__(self, spec):
|
|||
|
||||
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue