src/eric7/RemoteServerInterface/EricServerInterface.py

branch
eric7
changeset 10928
46651e194fbe
parent 10794
cd93fbb75019
child 10949
2057b1b198a5
--- 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

eric ide

mercurial