mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-30 20:43:15 +02:00
Merge branch 'patch-1' of https://github.com/justinuang/calibre
This commit is contained in:
commit
ec3744c661
1 changed files with 2 additions and 2 deletions
|
|
@ -19,8 +19,8 @@
|
|||
from calibre.ebooks.txt.processor import opf_writer, HTML_TEMPLATE
|
||||
from polyglot.builtins import range, map
|
||||
|
||||
BPDB_IDENT = b'BOOKMTIT'
|
||||
UPDB_IDENT = b'BOOKMTIU'
|
||||
BPDB_IDENT = 'BOOKMTIT'
|
||||
UPDB_IDENT = 'BOOKMTIU'
|
||||
|
||||
punct_table = {
|
||||
u"︵": u"(",
|
||||
|
|
|
|||
Loading…
Reference in a new issue