Renamed 'project' folder to 'core'

This commit is contained in:
Veronica K. B. Olsen
2020-05-08 20:58:34 +02:00
parent 5cc036e125
commit 386020bcf8
13 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ from PyQt5.QtGui import (
QTextDocument, QCursor
)
from nw.project import NWDoc
from nw.core import NWDoc
from nw.gui.tools import GuiDocHighlighter, WordCounter
from nw.gui.elements.doctitlebar import GuiDocTitleBar
from nw.tools import NWSpellSimple