mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-30 13:43:11 +02:00
...
This commit is contained in:
parent
844f86b5b2
commit
2963776702
1 changed files with 2 additions and 2 deletions
|
|
@ -5,10 +5,10 @@
|
|||
|
||||
import datetime, htmlentitydefs, os, re, shutil, unicodedata, zlib
|
||||
from copy import deepcopy
|
||||
from operator import itemgetter
|
||||
from xml.sax.saxutils import escape
|
||||
|
||||
from calibre import (prepare_string_for_xml, strftime, force_unicode)
|
||||
from calibre import (prepare_string_for_xml, strftime, force_unicode,
|
||||
isbytestring)
|
||||
from calibre.customize.conversion import DummyReporter
|
||||
from calibre.customize.ui import output_profiles
|
||||
from calibre.ebooks.BeautifulSoup import BeautifulSoup, BeautifulStoneSoup, Tag, NavigableString
|
||||
|
|
|
|||
Loading…
Reference in a new issue