Move enum and constants to the root source folder

This commit is contained in:
Veronica K. B. Olsen
2021-03-28 17:15:17 +02:00
parent 4b3795671d
commit f92ef05ee2
36 changed files with 66 additions and 106 deletions
+2 -1
View File
@@ -46,8 +46,9 @@ from nw.gui import (
GuiProjectTree, GuiProjectWizard, GuiTheme, GuiWordList, GuiWritingStats
)
from nw.core import NWProject, NWDoc, NWIndex
from nw.constants import nwItemType, nwItemClass, nwAlert, nwLists, nwWidget
from nw.enum import nwItemType, nwItemClass, nwAlert, nwWidget
from nw.common import getGuiItem, hexToInt
from nw.constants import nwLists
logger = logging.getLogger(__name__)