mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 01:23:43 +02:00
Fix failing tests
This commit is contained in:
parent
c01d57d536
commit
e52c11c2c3
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@
|
|||
from html5lib.constants import cdataElements, rcdataElements
|
||||
|
||||
from calibre.ebooks.oeb.polish.tests.base import BaseTest
|
||||
from calibre.ebooks.oeb.polish.parsing import html5_parse as parse
|
||||
from calibre.ebooks.oeb.polish.parsing import parse_html5 as parse
|
||||
from calibre.ebooks.oeb.base import XPath, XHTML_NS, SVG_NS, XLINK_NS
|
||||
from calibre.ebooks.oeb.parse_utils import html5_parse
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue