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

@@ -6,7 +6,7 @@ from shutil import copyfile
from bs4 import BeautifulSoup, NavigableString
from config import LawCartaConfig, BookLogger, BookApiWrapper
from livecarta_config import LawCartaConfig, BookLogger, BookApiWrapper
class HTMLPreprocessor: