src/eric7/WebBrowser/History/HistoryManager.py

branch
eric7
changeset 9624
b47dfa7a137d
parent 9482
a2bc06a54d9d
child 9653
e67609152c5e
--- a/src/eric7/WebBrowser/History/HistoryManager.py	Sun Dec 18 14:19:10 2022 +0100
+++ b/src/eric7/WebBrowser/History/HistoryManager.py	Sun Dec 18 19:33:46 2022 +0100
@@ -26,7 +26,7 @@
     pyqtSlot,
 )
 
-from eric7 import Preferences, Utilities
+from eric7 import Globals, Preferences, Utilities
 from eric7.EricWidgets import EricMessageBox
 from eric7.Utilities.AutoSaver import AutoSaver
 
@@ -439,7 +439,7 @@
 
         @return name of the history file (string)
         """
-        return os.path.join(Utilities.getConfigDir(), "web_browser", "history")
+        return os.path.join(Globals.getConfigDir(), "web_browser", "history")
 
     def reload(self):
         """

eric ide

mercurial