fix import path in unihandecode

This commit is contained in:
Hiroshi Miura 2011-02-03 12:29:02 +09:00
parent 9fea301a6f
commit 0943bf53a9

View File

@ -21,7 +21,7 @@ import os, re
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