This commit is contained in:
2022-08-11 12:59:35 +03:00
parent 65532ea1a3
commit 8a7d062eb4
10 changed files with 203 additions and 22 deletions

View File

@@ -1,7 +1,7 @@
import os
import re
import base64
from migration.html2text import html2text
from html2text import html2text
TOOLTIP_REGEX = r'(\/\/\/(.+)\/\/\/)'
contentDir = os.path.join(os.path.dirname(os.path.realpath(__file__)), '..', '..', 'discoursio-web', 'content')