From b4e147d1a16009ee9da628948704f4333c64ead3 Mon Sep 17 00:00:00 2001 From: shirshasa Date: Tue, 7 Sep 2021 13:41:36 +0300 Subject: [PATCH] epub converter: files and classes renaming --- src/{json_postprocessor.py => libra_html2json_converter.py} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename src/{json_postprocessor.py => libra_html2json_converter.py} (99%) diff --git a/src/json_postprocessor.py b/src/libra_html2json_converter.py similarity index 99% rename from src/json_postprocessor.py rename to src/libra_html2json_converter.py index 98814be..5c47d3e 100644 --- a/src/json_postprocessor.py +++ b/src/libra_html2json_converter.py @@ -5,7 +5,7 @@ from copy import copy from livecarta_config import LawCartaConfig -class DocxHTML2JSONConverter: +class LibraHTML2JSONConverter: def __init__(self, content, footnotes, top_level_headers, logger_object, book_api_status=None): self.content_dict = None self.content = content