Clean up imports

This commit is contained in:
Veronica K. B. Olsen
2019-11-03 19:44:58 +01:00
parent be7b69dc9a
commit 62988df7d2
23 changed files with 217 additions and 53 deletions
+5 -3
View File
@@ -14,10 +14,12 @@ import sys
import getopt
import logging
from os import path, remove, rename
from os import path, remove, rename
from PyQt5.QtWidgets import QApplication
from nw.gui.winmain import GuiMain
from nw.config import Config
from nw.guimain import GuiMain
from nw.config import Config
__package__ = "novelWriter"
__author__ = "Veronica Berglyd Olsen"