Moved the convert classes we want to keep to the core folder. The rest will be deleted.

This commit is contained in:
Veronica K. B. Olsen
2020-05-10 13:51:22 +02:00
parent 1ad156054c
commit 33f4626aec
7 changed files with 6 additions and 33 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ from PyQt5.QtCore import Qt
from PyQt5.QtWidgets import QTextBrowser
from PyQt5.QtGui import QTextOption, QFont, QPalette, QColor, QTextCursor
from nw.convert import ToHtml
from nw.core import ToHtml
from nw.constants import nwAlert, nwItemType, nwDocAction
from nw.gui.elements.doctitlebar import GuiDocTitleBar