--- a/src/eric7/RemoteServerInterface/EricServerInterface.py Thu Sep 26 09:48:49 2024 +0200 +++ b/src/eric7/RemoteServerInterface/EricServerInterface.py Thu Sep 26 15:49:36 2024 +0200 @@ -20,7 +20,7 @@ from PyQt6.QtNetwork import QAbstractSocket, QTcpSocket from PyQt6.QtWidgets import QDialog, QMenu, QToolBar, QToolButton -from eric7 import Preferences, Utilities +from eric7 import EricUtilities, Preferences from eric7.EricGui import EricPixmapCache from eric7.EricGui.EricAction import EricAction from eric7.EricWidgets import EricMessageBox @@ -351,7 +351,7 @@ """ eric bugs email address.</p>""" """<p>Error: {0}</p>""" """<p>Data:<br/>{1}</p>""" - ).format(str(err), Utilities.html_encode(jsonString.strip())), + ).format(str(err), EricUtilities.html_encode(jsonString.strip())), EricMessageBox.Ok, ) return