Move the custom gui module to the root of the project

This commit is contained in:
Veronica Berglyd Olsen
2022-10-14 19:34:37 +02:00
parent 5aa5640baa
commit 3c49ccff53
11 changed files with 10 additions and 11 deletions
+1 -1
View File
@@ -37,8 +37,8 @@ from PyQt5.QtWidgets import (
from novelwriter.enum import nwItemClass
from novelwriter.common import numberToRoman
from novelwriter.custom import PagedDialog, QSwitch
from novelwriter.constants import nwLabels, nwUnicode
from novelwriter.gui.custom import PagedDialog, QSwitch
logger = logging.getLogger(__name__)