eric7/Preferences/ConfigurationPages/EditorHighlightingStylesPage.py

branch
eric7
changeset 8314
e3642a6a1e71
parent 8312
800c432b34c8
child 8318
962bce857696
--- 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(

eric ide

mercurial