mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-04 03:23:15 +02:00
Remove relative import
This commit is contained in:
parent
0606afc8ff
commit
7ff7da0fbb
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
|||
import traceback
|
||||
from PIL import Image
|
||||
|
||||
from . import SERIALIZABLE_FIELDS
|
||||
from calibre.ebooks.metadata.book import SERIALIZABLE_FIELDS
|
||||
from calibre.constants import filesystem_encoding, preferred_encoding
|
||||
from calibre.library.field_metadata import FieldMetadata
|
||||
from calibre.utils.date import parse_date, isoformat, UNDEFINED_DATE
|
||||
|
|
|
|||
Loading…
Reference in a new issue