Moved NWItem and NWStatus into the project file as the classes are no longer called from elsewhere

This commit is contained in:
Veronica K. B. Olsen
2020-05-07 20:02:49 +02:00
parent 323b46a559
commit 64ae52e7aa
5 changed files with 344 additions and 410 deletions
+1 -2
View File
@@ -9,8 +9,7 @@ from lxml import etree
from nwdummy import DummyMain
from nw.config import Config
from nw.project.project import NWProject
from nw.project.item import NWItem
from nw.project.project import NWProject, NWItem
from nw.constants import nwItemClass, nwItemType, nwItemLayout
theConf = Config()