epub converter: fix importing

This commit is contained in:
shirshasa
2021-04-26 15:25:21 +03:00
parent 4a89141cc3
commit 8a47f74e8b
9 changed files with 14 additions and 21 deletions

View File

@@ -4,8 +4,8 @@ import logging
import os
import pathlib
from config import BookLogger, BookApiWrapper, LawCartaConfig
from src.epub_postprocessor import EpubPostprocessor
from livecarta_config import BookLogger, BookApiWrapper, LawCartaConfig
from epub_postprocessor import EpubPostprocessor
class EpubBook: