src/eric7/WebBrowser/Network/ProtocolHandlerManager.py

branch
eric7
changeset 9624
b47dfa7a137d
parent 9473
3f23dbf37dbe
child 9653
e67609152c5e
diff -r 9c1f429cb56b -r b47dfa7a137d src/eric7/WebBrowser/Network/ProtocolHandlerManager.py
--- a/src/eric7/WebBrowser/Network/ProtocolHandlerManager.py	Sun Dec 18 14:19:10 2022 +0100
+++ b/src/eric7/WebBrowser/Network/ProtocolHandlerManager.py	Sun Dec 18 19:33:46 2022 +0100
@@ -14,7 +14,7 @@
 from PyQt6.QtCore import QObject, QUrl
 from PyQt6.QtWebEngineCore import QWebEnginePage
 
-from eric7 import Utilities
+from eric7 import Globals
 
 
 class ProtocolHandlerManager(QObject):
@@ -93,7 +93,7 @@
         @rtype str
         """
         return os.path.join(
-            Utilities.getConfigDir(), "web_browser", "protocol_handlers.json"
+            Globals.getConfigDir(), "web_browser", "protocol_handlers.json"
         )
 
     def __load(self):

eric ide

mercurial