Use direct imports everywhere

This commit is contained in:
Veronica Berglyd Olsen
2022-11-28 18:23:36 +01:00
parent a51f0db6fa
commit 32d75567e3
20 changed files with 50 additions and 196 deletions
+1 -1
View File
@@ -25,9 +25,9 @@ from PyQt5.QtGui import QIcon
from tools import C, buildTestProject
from novelwriter.enum import nwItemClass, nwItemType, nwItemLayout
from novelwriter.core.item import NWItem
from novelwriter.core.project import NWProject
from novelwriter.enum import nwItemClass, nwItemType, nwItemLayout
@pytest.mark.core