--- a/src/eric7/EricWidgets/EricCompleters.py Tue Oct 18 16:05:20 2022 +0200 +++ b/src/eric7/EricWidgets/EricCompleters.py Tue Oct 18 16:06:21 2022 +0200 @@ -13,7 +13,7 @@ from PyQt6.QtGui import QFileSystemModel from PyQt6.QtWidgets import QCompleter -from Globals import isWindowsPlatform +from eric7.Globals import isWindowsPlatform class EricFileCompleter(QCompleter):