diff -r 7965921a8b07 -r c982bacca23f src/eric7/Preferences/ConfigurationPages/InterfaceLightPage.py --- a/src/eric7/Preferences/ConfigurationPages/InterfaceLightPage.py Mon Oct 31 09:21:46 2022 +0100 +++ b/src/eric7/Preferences/ConfigurationPages/InterfaceLightPage.py Mon Oct 31 13:52:10 2022 +0100 @@ -21,7 +21,7 @@ from eric7 import Preferences, Utilities -from eric7config import getConfig +from eric7.Globals import getConfig class InterfaceLightPage(ConfigurationPageBase, Ui_InterfaceLightPage):