--- a/src/eric7/EricWidgets/EricApplication.py Tue Oct 18 16:05:20 2022 +0200 +++ b/src/eric7/EricWidgets/EricApplication.py Tue Oct 18 16:06:21 2022 +0200 @@ -188,8 +188,7 @@ @return directory path containing the style icons @rtype str """ - import Preferences - import Utilities + from eric7 import Preferences, Utilities from eric7config import getConfig styleIconsPath = Preferences.getUI("StyleIconsPath")