--- a/src/eric7/WebBrowser/Bookmarks/BookmarksManager.py Wed Sep 25 14:07:40 2024 +0200 +++ b/src/eric7/WebBrowser/Bookmarks/BookmarksManager.py Wed Sep 25 14:48:57 2024 +0200 @@ -26,7 +26,7 @@ from PyQt6.QtGui import QUndoCommand, QUndoStack from PyQt6.QtWidgets import QDialog -from eric7 import Globals +from eric7 import EricUtilities from eric7.EricWidgets import EricFileDialog, EricMessageBox from eric7.Utilities.AutoSaver import AutoSaver @@ -101,7 +101,9 @@ @return name of the bookmark file @rtype str """ - return os.path.join(Globals.getConfigDir(), "web_browser", "bookmarks.xbel") + return os.path.join( + EricUtilities.getConfigDir(), "web_browser", "bookmarks.xbel" + ) def close(self): """