Moved all gui files to the root gui folder

This commit is contained in:
Veronica K. B. Olsen
2020-06-01 23:47:37 +02:00
parent 3f069ac794
commit 49141ac8de
19 changed files with 36 additions and 87 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ from PyQt5.QtCore import QUrl
from PyQt5.QtGui import QDesktopServices
from PyQt5.QtWidgets import QMenuBar, QAction, QMessageBox
from nw.gui.dialogs import GuiAbout
from nw.gui.about import GuiAbout
from nw.constants import nwItemType, nwItemClass, nwDocAction
logger = logging.getLogger(__name__)