--- a/src/eric7/Preferences/ConfigurationPages/EditorHighlightingStylesPage.py Mon Oct 31 10:48:45 2022 +0100 +++ b/src/eric7/Preferences/ConfigurationPages/EditorHighlightingStylesPage.py Mon Oct 31 13:52:10 2022 +0100 @@ -540,7 +540,7 @@ (defaults to False) @type bool (optional) """ - from eric7config import getConfig + from eric7.Globals import getConfig stylesDir = getConfig("ericStylesDir") @@ -610,7 +610,7 @@ (defaults to False) @type bool (optional) """ - from eric7config import getConfig + from eric7.Globals import getConfig stylesDir = getConfig("ericStylesDir")