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

@@ -7,9 +7,9 @@ import subprocess
from subprocess import PIPE
from threading import Event
from bs4 import BeautifulSoup, NavigableString
from bs4 import BeautifulSoup
from config import BookLogger, BookApiWrapper, LawCartaConfig
from livecarta_config import BookLogger, BookApiWrapper, LawCartaConfig
from html_preprocessor import HTMLPreprocessor
from json_postprocessor import JSONConverter