mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-05 08:13:43 +02:00
fix import path in unihandecode
This commit is contained in:
parent
9fea301a6f
commit
0943bf53a9
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@
|
|||
from calibre.ebooks.unihandecode.unidecoder import Unidecoder
|
||||
from calibre.ebooks.unihandecode.unicodepoints import CODEPOINTS
|
||||
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):
|
||||
kakasi = None
|
||||
|
|
|
|||
Loading…
Reference in a new issue