Missing import in html and md export

This commit is contained in:
Veronica K. B. Olsen
2019-10-19 15:19:56 +02:00
parent 6f04d91bf9
commit bfd44ecae9
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -15,6 +15,7 @@ import nw
from nw.convert.textfile import TextFile
from nw.convert.tohtml import ToHtml
from nw.enum import nwAlert
logger = logging.getLogger(__name__)
+1
View File
@@ -15,6 +15,7 @@ import nw
from nw.convert.textfile import TextFile
from nw.convert.tomarkdown import ToMarkdown
from nw.enum import nwAlert
logger = logging.getLogger(__name__)