diff -r 45e7bb09c120 -r 80c06d472826 src/eric7/EricNetwork/EricJsonServer.py --- a/src/eric7/EricNetwork/EricJsonServer.py Tue Oct 18 16:05:20 2022 +0200 +++ b/src/eric7/EricNetwork/EricJsonServer.py Tue Oct 18 16:06:21 2022 +0200 @@ -21,10 +21,9 @@ ) from PyQt6.QtNetwork import QTcpServer, QHostAddress -from EricWidgets import EricMessageBox +from eric7.EricWidgets import EricMessageBox -import Preferences -import Utilities +from eric7 import Preferences, Utilities class EricJsonServer(QTcpServer):