mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
fix import path in unihandecode
This commit is contained in:
parent
9fea301a6f
commit
0943bf53a9
@ -21,7 +21,7 @@ import os, re
|
|||||||
from calibre.ebooks.unihandecode.unidecoder import Unidecoder
|
from calibre.ebooks.unihandecode.unidecoder import Unidecoder
|
||||||
from calibre.ebooks.unihandecode.unicodepoints import CODEPOINTS
|
from calibre.ebooks.unihandecode.unicodepoints import CODEPOINTS
|
||||||
from calibre.ebooks.unihandecode.jacodepoints import CODEPOINTS as JACODES
|
from calibre.ebooks.unihandecode.jacodepoints import CODEPOINTS as JACODES
|
||||||
from calibre.ebooks.unihandecode.pykakasi import kakasi
|
from calibre.ebooks.unihandecode.pykakasi.kakasi import kakasi
|
||||||
|
|
||||||
class Jadecoder(Unidecoder):
|
class Jadecoder(Unidecoder):
|
||||||
kakasi = None
|
kakasi = None
|
||||||
|
Loading…
x
Reference in New Issue
Block a user