Moved spell checker classes to core folder

This commit is contained in:
Veronica K. B. Olsen
2020-05-08 21:02:30 +02:00
parent 386020bcf8
commit 9b049b6469
6 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ from PyQt5.QtWidgets import (
)
from nw.additions import QSwitch, QConfigLayout
from nw.tools import NWSpellCheck, NWSpellSimple, NWSpellEnchant
from nw.core import NWSpellCheck, NWSpellSimple, NWSpellEnchant
from nw.constants import nwAlert, nwQuotes
logger = logging.getLogger(__name__)