--- a/eric7/Preferences/ConfigurationPages/EditorHighlightingStylesPage.py Sat May 15 19:01:16 2021 +0200 +++ b/eric7/Preferences/ConfigurationPages/EditorHighlightingStylesPage.py Sat May 15 20:08:03 2021 +0200 @@ -527,7 +527,7 @@ (defaults to False) @type bool (optional) """ - from eric6config import getConfig + from eric7config import getConfig stylesDir = getConfig("ericStylesDir") lexerNames = list(self.lexers.keys()) @@ -608,7 +608,7 @@ (defaults to False) @type bool (optional) """ - from eric6config import getConfig + from eric7config import getConfig stylesDir = getConfig("ericStylesDir") fn = E5FileDialog.getOpenFileName(