Moved NWStatus to core/status.py

This commit is contained in:
Veronica K. B. Olsen
2020-06-06 15:23:03 +02:00
parent 017d9c3801
commit 59795e62f7
4 changed files with 197 additions and 170 deletions
+1 -3
View File
@@ -6,7 +6,7 @@
Class holding the data of the project tree
File History:
Created: 2020-05-07 [0.4.5] NWTree
Created: 2020-05-07 [0.4.5]
This file is a part of novelWriter
Copyright 2020, Veronica Berglyd Olsen
@@ -34,8 +34,6 @@ from lxml import etree
from hashlib import sha256
from time import time
from PyQt5.QtWidgets import QMessageBox
from nw.core.item import NWItem
from nw.common import checkString
from nw.constants import nwFiles, nwItemType, nwItemClass