Missing import in html and md export
This commit is contained in:
@@ -15,6 +15,7 @@ import nw
|
|||||||
|
|
||||||
from nw.convert.textfile import TextFile
|
from nw.convert.textfile import TextFile
|
||||||
from nw.convert.tohtml import ToHtml
|
from nw.convert.tohtml import ToHtml
|
||||||
|
from nw.enum import nwAlert
|
||||||
|
|
||||||
logger = logging.getLogger(__name__)
|
logger = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|||||||
@@ -15,6 +15,7 @@ import nw
|
|||||||
|
|
||||||
from nw.convert.textfile import TextFile
|
from nw.convert.textfile import TextFile
|
||||||
from nw.convert.tomarkdown import ToMarkdown
|
from nw.convert.tomarkdown import ToMarkdown
|
||||||
|
from nw.enum import nwAlert
|
||||||
|
|
||||||
logger = logging.getLogger(__name__)
|
logger = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user