src/eric7/Utilities/BackgroundService.py

branch
eric7
changeset 9413
80c06d472826
parent 9403
772b949765dc
child 9473
3f23dbf37dbe
diff -r 45e7bb09c120 -r 80c06d472826 src/eric7/Utilities/BackgroundService.py
--- a/src/eric7/Utilities/BackgroundService.py	Tue Oct 18 16:05:20 2022 +0200
+++ b/src/eric7/Utilities/BackgroundService.py	Tue Oct 18 16:06:21 2022 +0200
@@ -19,11 +19,9 @@
 from PyQt6.QtWidgets import QApplication
 from PyQt6.QtNetwork import QTcpServer, QHostAddress
 
-from EricWidgets import EricMessageBox
-from EricWidgets.EricApplication import ericApp
-import Preferences
-import Utilities
-import Globals
+from eric7.EricWidgets import EricMessageBox
+from eric7.EricWidgets.EricApplication import ericApp
+from eric7 import Globals, Preferences, Utilities
 
 
 class BackgroundService(QTcpServer):

eric ide

mercurial