Set __package__ to nw and added variable __appname__

This commit is contained in:
Veronica K. B. Olsen
2020-07-31 14:48:37 +02:00
parent f5cc67d33f
commit 02f85bd5d7
7 changed files with 30 additions and 29 deletions
+2 -2
View File
@@ -52,8 +52,8 @@ class Config:
def __init__(self):
# Set Application Variables
self.appName = nw.__package__
self.appHandle = nw.__package__.lower()
self.appName = nw.__appname__
self.appHandle = nw.__appname__.lower()
self.showGUI = True
self.debugInfo = False
self.cmdOpen = None