From 480a203fe109227974a774847a348f93a2faa0bc Mon Sep 17 00:00:00 2001 From: Nils <> Date: Sun, 21 Jun 2020 11:35:30 +0200 Subject: [PATCH] fix fix --- engine/start.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/engine/start.py b/engine/start.py index 831bdc7..44c262b 100644 --- a/engine/start.py +++ b/engine/start.py @@ -79,8 +79,7 @@ import sys import os import os.path from PyQt5.QtWidgets import QApplication -import QtGui - +from PyQt5 import QtGui logger.info(f"Python Version {sys.version}")