--- a/src/eric7/WebBrowser/Bookmarks/BookmarksManager.py Sun Dec 18 14:19:10 2022 +0100 +++ b/src/eric7/WebBrowser/Bookmarks/BookmarksManager.py Sun Dec 18 19:33:46 2022 +0100 @@ -25,7 +25,7 @@ from PyQt6.QtGui import QUndoCommand, QUndoStack from PyQt6.QtWidgets import QDialog -from eric7 import Utilities +from eric7 import Globals from eric7.EricWidgets import EricFileDialog, EricMessageBox from eric7.Utilities.AutoSaver import AutoSaver @@ -92,7 +92,7 @@ @return name of the bookmark file (string) """ - return os.path.join(Utilities.getConfigDir(), "web_browser", "bookmarks.xbel") + return os.path.join(Globals.getConfigDir(), "web_browser", "bookmarks.xbel") def close(self): """