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

@@ -2,7 +2,7 @@ import logging
import re
from copy import copy
from config import LawCartaConfig
from livecarta_config import LawCartaConfig
class JSONConverter: