From 32f3c05be75c38d25139815905778b18c45112b7 Mon Sep 17 00:00:00 2001
From: Robin Mueller <robin.mueller.m@gmail.com>
Date: Sat, 28 Nov 2020 10:14:53 +0100
Subject: [PATCH] import local

---
 core/tmtc_client_core.py | 4 +---
 tmtc_core                | 2 +-
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/core/tmtc_client_core.py b/core/tmtc_client_core.py
index bbf060f..ef195ff 100755
--- a/core/tmtc_client_core.py
+++ b/core/tmtc_client_core.py
@@ -7,8 +7,6 @@
 """
 import sys
 
-from PyQt5.QtWidgets import QApplication
-
 from config.tmtcc_version import SW_VERSION, SW_SUBVERSION
 from tmtc_core.utility.obsw_logger import set_tmtc_logger, get_logger
 
@@ -51,10 +49,10 @@ def run_tmtc_client(use_gui: bool, reduced_printout: bool = False):
         tmtc_handler.initialize()
         tmtc_handler.start()
     else:
+        from PyQt5.QtWidgets import QApplication
         app = QApplication(["TMTC Commander"])
         tmtc_gui = TmTcFrontend()
         tmtc_gui.start_ui()
-
         sys.exit(app.exec_())
 
 
diff --git a/tmtc_core b/tmtc_core
index db6aaef..8496418 160000
--- a/tmtc_core
+++ b/tmtc_core
@@ -1 +1 @@
-Subproject commit db6aaef2824f19cfc3687ae63ec5480aeb0e4cb2
+Subproject commit 8496418c0933eab08943aa4f018689785b78445e
-- 
GitLab