mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-26 16:54:19 +02:00
...
This commit is contained in:
parent
b1e37863ee
commit
44e340f1de
2 changed files with 0 additions and 2 deletions
|
|
@ -23,7 +23,6 @@
|
|||
from calibre.utils.search_query_parser import SearchQueryParser
|
||||
from calibre.library.caches import _match, CONTAINS_MATCH, EQUALS_MATCH, \
|
||||
REGEXP_MATCH, MetadataBackup
|
||||
from calibre.library.cli import parse_series_string
|
||||
from calibre import strftime, isbytestring, prepare_string_for_xml
|
||||
from calibre.constants import filesystem_encoding, DEBUG
|
||||
from calibre.gui2.library import DEFAULT_SORT
|
||||
|
|
|
|||
|
|
@ -16,7 +16,6 @@
|
|||
from functools import partial
|
||||
|
||||
from calibre.ebooks.metadata import title_sort, author_to_author_sort
|
||||
from calibre.utils.config import tweaks
|
||||
from calibre.utils.date import parse_date, isoformat
|
||||
from calibre import isbytestring, force_unicode
|
||||
from calibre.constants import iswindows, DEBUG
|
||||
|
|
|
|||
Loading…
Reference in a new issue